#CAEB8B

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

Shades of Sulu #CAEB8B

Tints of Sulu #CAEB8B

Color information

#CAEB8B (or 0xCAEB8B) is unknown color: approx Sulu. HEX triplet: CA, EB and 8B. RGB value is (202,235,139). Sum of RGB (Red+Green+Blue) = 202+235+139=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEB8B is #351474. Grayscale: #D6D6D6. Windows color (decimal): -3478645 or 9169866. OLE color: 9169866.

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

Color convert

RGB202235139-
CMYK0.1400.410.08
HSL80.62º70.59%73.33%-
HSV(B)80.62º40.85%92.16%-
XYZ58.7373.8435.58-
YUV214.1985.57119.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 139 (54.69% from 255) = 24.13%
R=35.07%
G=40.80%
B=24.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351390.1400.410.0880.6270.5973.33
HexCAEB8BE0298514749
Octal3123532131605110121107111
Binary110010101110101110001011111001010011000101000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB8B; }

 p { color: rgb(202,235,139); }

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

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

 a { background-color: rgb(202,235,139); }

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

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

 span { border-color: rgb(202,235,139); }

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