Html Css Color HEX #CBE095 Reef

📋 copy color: '#CBE095'

red 203 ◦ green 224 ◦ blue 149

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

Shades of Reef #CBE095

Tints of Reef #CBE095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.87%

R = 35.24%
G = 38.89%
B = 25.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CBE095 (or 0xCBE095) is known color: Reef. HEX triplet: CB, E0 and 95. RGB value is (203,224,149). Sum of RGB (Red+Green+Blue) = 203+224+149=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE095 is #341F6A. Grayscale: #D1D1D1. Windows color (decimal): -3415915 or 9822411. OLE color: 9822411.

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

Color convert

RGB 203 224 149 -
CMYK 0.09 0 0.33 0.12
HSL 76.8º 0.55% 0.73% -
HSV(B) 76.8º 0.33% 0.88% -
XYZ 56.71 68.18 38.6 -
YUV 209.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 203 224 149 0.09 0 0.33 0.12 76.8 0.55 0.73
Hex CB E0 95 9 0 21 C 4D 37 49
Octal 313 340 225 11 0 41 14 115 67 111
Binary 11001011 11100000 10010101 1001 0 100001 1100 1001101 110111 1001001

Color Harmonies of #CBE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE095

Black with #CBE095

Text Example


Text Example

White with #CBE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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