Html Css Color HEX #CBE5A4 Reef

📋 copy color: '#CBE5A4'

red 203 ◦ green 229 ◦ blue 164

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

Shades of Reef #CBE5A4

Tints of Reef #CBE5A4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 164 (64.45% from 255) = 27.52%

R = 34.06%
G = 38.42%
B = 27.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#CBE5A4 (or 0xCBE5A4) is known color: Reef. HEX triplet: CB, E5 and A4. RGB value is (203,229,164). Sum of RGB (Red+Green+Blue) = 203+229+164=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5A4 is #341A5B. Grayscale: #D6D6D6. Windows color (decimal): -3414620 or 10806731. OLE color: 10806731.

HSL color Cylindrical-coordinate representation of color #CBE5A4: hue angle of 84º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBE5A4 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 164 -
CMYK 0.11 0 0.28 0.10
HSL 84º 0.56% 0.77% -
HSV(B) 84º 0.28% 0.9% -
XYZ 59.35 71.42 45.78 -
YUV 213.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 203 229 164 0.11 0 0.28 0.10 84 0.56 0.77
Hex CB E5 A4 B 0 1C A 54 38 4D
Octal 313 345 244 13 0 34 12 124 70 115
Binary 11001011 11100101 10100100 1011 0 11100 1010 1010100 111000 1001101

Color Harmonies of #CBE5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5A4

Black with #CBE5A4

Text Example


Text Example

White with #CBE5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5A4; }

 p { color: rgb(203,229,164); }

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

background-color css

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

 a { background-color: rgb(203,229,164); }

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

border-color css

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

 span { border-color: rgb(203,229,164); }

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