#CBE08D

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

Shades of Sulu #CBE08D

Tints of Sulu #CBE08D

Color information

#CBE08D (or 0xCBE08D) is unknown color: approx Sulu. HEX triplet: CB, E0 and 8D. RGB value is (203,224,141). Sum of RGB (Red+Green+Blue) = 203+224+141=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE08D is #341F72. Grayscale: #D0D0D0. Windows color (decimal): -3415923 or 9298123. OLE color: 9298123.

HSL color Cylindrical-coordinate representation of color #CBE08D: hue angle of 75.18º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE08D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB203224141-
CMYK0.0900.370.12
HSL75.18º57.24%71.57%-
HSV(B)75.18º37.05%87.84%-
XYZ56.0967.9335.35-
YUV208.2690.04124.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 224 (87.89% from 255) = 39.44%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=35.74%
G=39.44%
B=24.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241410.0900.370.1275.1857.2471.57
HexCBE08D9025C4b3948
Octal313340215110451411371110
Binary11001011111000001000110110010100101110010010111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE08D; }

 p { color: rgb(203,224,141); }

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

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

 a { background-color: rgb(203,224,141); }

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

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

 span { border-color: rgb(203,224,141); }

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