#CBEB7A

Color #CBEB7A Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBEB7A

Tints of Sulu #CBEB7A

Color information

#CBEB7A (or 0xCBEB7A) is unknown color: approx Sulu. HEX triplet: CB, EB and 7A. RGB value is (203,235,122). Sum of RGB (Red+Green+Blue) = 203+235+122=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB7A is #341485. Grayscale: #D4D4D4. Windows color (decimal): -3413126 or 8055755. OLE color: 8055755.

HSL color Cylindrical-coordinate representation of color #CBEB7A: hue angle of 76.99º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBEB7A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB203235122-
CMYK0.1400.480.08
HSL76.99º73.86%70%-
HSV(B)76.99º48.09%92.16%-
XYZ57.8573.5229.55-
YUV212.5576.9121.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=36.25%
G=41.96%
B=21.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351220.1400.480.0876.9973.8670
HexCBEB7AE03084d4a46
Octal3133531721606010115112106
Binary11001011111010111111010111001100001000100110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEB7A; }

 p { color: rgb(203,235,122); }

 H1.HeaderClassName
 {
   color: #CBEB7A;
 }
 .AnyTagClassName
 {
   color: #CBEB7A;
 }
</style>
background-color css

<style>
 a { background-color: #CBEB7A; }

 a { background-color: rgb(203,235,122); }

 div.DivClassName
 {
   background-color: #CBEB7A;
 }
 .BgClassName
 {
   background-color: #CBEB7A;
 }
</style>
border-color css

<style>
 span { border-color: #CBEB7A; }

 span { border-color: rgb(203,235,122); }

 td.TdClassName
 {
   border-color: #CBEB7A;
 }
 .TagClassName
 {
   border-color: #CBEB7A;
 }
</style>