Html Css Color HEX #CBD99C Reef

📋 copy color: '#CBD99C'

red 203 ◦ green 217 ◦ blue 156

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

Shades of Reef #CBD99C

Tints of Reef #CBD99C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.67%

 BLUE value IS 156 (61.33% from 255) = 27.08%

R = 35.24%
G = 37.67%
B = 27.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CBD99C (or 0xCBD99C) is known color: Reef. HEX triplet: CB, D9 and 9C. RGB value is (203,217,156). Sum of RGB (Red+Green+Blue) = 203+217+156=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD99C is #342663. Grayscale: #CECECE. Windows color (decimal): -3417700 or 10279371. OLE color: 10279371.

HSL color Cylindrical-coordinate representation of color #CBD99C: hue angle of 73.77º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBD99C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 156 -
CMYK 0.06 0 0.28 0.15
HSL 73.77º 0.45% 0.73% -
HSV(B) 73.77º 0.28% 0.85% -
XYZ 55.44 64.72 41.02 -
YUV 205.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 203 217 156 0.06 0 0.28 0.15 73.77 0.45 0.73
Hex CB D9 9C 6 0 1C F 4A 2D 49
Octal 313 331 234 6 0 34 17 112 55 111
Binary 11001011 11011001 10011100 110 0 11100 1111 1001010 101101 1001001

Color Harmonies of #CBD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD99C

Black with #CBD99C

Text Example


Text Example

White with #CBD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD99C; }

 p { color: rgb(203,217,156); }

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

background-color css

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

 a { background-color: rgb(203,217,156); }

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

border-color css

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

 span { border-color: rgb(203,217,156); }

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