Html Css Color HEX #CBE09B Reef

📋 copy color: '#CBE09B'

red 203 ◦ green 224 ◦ blue 155

#CBE09B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CBE09B

Tints of Reef #CBE09B

RGB

 RED value IS 203 (79.69% from 255) = 34.88%

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 34.88%
G = 38.49%
B = 26.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#CBE09B (or 0xCBE09B) is known color: Reef. HEX triplet: CB, E0 and 9B. RGB value is (203,224,155). Sum of RGB (Red+Green+Blue) = 203+224+155=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE09B is #341F64. Grayscale: #D2D2D2. Windows color (decimal): -3415909 or 10215627. OLE color: 10215627.

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

Color convert

RGB 203 224 155 -
CMYK 0.09 0 0.31 0.12
HSL 78.26º 0.53% 0.74% -
HSV(B) 78.26º 0.31% 0.88% -
XYZ 57.2 68.37 41.19 -
YUV 209.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 203 224 155 0.09 0 0.31 0.12 78.26 0.53 0.74
Hex CB E0 9B 9 0 1F C 4E 35 4A
Octal 313 340 233 11 0 37 14 116 65 112
Binary 11001011 11100000 10011011 1001 0 11111 1100 1001110 110101 1001010

Color Harmonies of #CBE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE09B

Black with #CBE09B

Text Example


Text Example

White with #CBE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE09B; }

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

 H1.HeaderClassName
 {
   color: #CBE09B;
 }
 .AnyTagClassName
 {
   color: #CBE09B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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