Html Css Color HEX #CBE094 Reef

📋 copy color: '#CBE094'

red 203 ◦ green 224 ◦ blue 148

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

Shades of Reef #CBE094

Tints of Reef #CBE094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 35.3%
G = 38.96%
B = 25.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CBE094 (or 0xCBE094) is known color: Reef. HEX triplet: CB, E0 and 94. RGB value is (203,224,148). Sum of RGB (Red+Green+Blue) = 203+224+148=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE094 is #341F6B. Grayscale: #D1D1D1. Windows color (decimal): -3415916 or 9756875. OLE color: 9756875.

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

Color convert

RGB 203 224 148 -
CMYK 0.09 0 0.34 0.12
HSL 76.58º 0.55% 0.73% -
HSV(B) 76.58º 0.34% 0.88% -
XYZ 56.63 68.15 38.19 -
YUV 209.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 203 224 148 0.09 0 0.34 0.12 76.58 0.55 0.73
Hex CB E0 94 9 0 22 C 4D 37 49
Octal 313 340 224 11 0 42 14 115 67 111
Binary 11001011 11100000 10010100 1001 0 100010 1100 1001101 110111 1001001

Color Harmonies of #CBE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE094

Black with #CBE094

Text Example


Text Example

White with #CBE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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