Html Css Color HEX #CBE992 Reef

📋 copy color: '#CBE992'

red 203 ◦ green 233 ◦ blue 146

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

Shades of Reef #CBE992

Tints of Reef #CBE992

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.03%

 BLUE value IS 146 (57.42% from 255) = 25.09%

R = 34.88%
G = 40.03%
B = 25.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#CBE992 (or 0xCBE992) is known color: Reef. HEX triplet: CB, E9 and 92. RGB value is (203,233,146). Sum of RGB (Red+Green+Blue) = 203+233+146=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE992 is #34166D. Grayscale: #D6D6D6. Windows color (decimal): -3413614 or 9628107. OLE color: 9628107.

HSL color Cylindrical-coordinate representation of color #CBE992: hue angle of 80.69º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE992 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 146 -
CMYK 0.13 0 0.37 0.09
HSL 80.69º 0.66% 0.74% -
HSV(B) 80.69º 0.37% 0.91% -
XYZ 58.96 73.05 38.19 -
YUV 214.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 203 233 146 0.13 0 0.37 0.09 80.69 0.66 0.74
Hex CB E9 92 D 0 25 9 51 42 4A
Octal 313 351 222 15 0 45 11 121 102 112
Binary 11001011 11101001 10010010 1101 0 100101 1001 1010001 1000010 1001010

Color Harmonies of #CBE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE992

Black with #CBE992

Text Example


Text Example

White with #CBE992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE992; }

 p { color: rgb(203,233,146); }

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

background-color css

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

 a { background-color: rgb(203,233,146); }

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

border-color css

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

 span { border-color: rgb(203,233,146); }

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