Html Css Color HEX #CBD99D Reef

📋 copy color: '#CBD99D'

red 203 ◦ green 217 ◦ blue 157

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

Shades of Reef #CBD99D

Tints of Reef #CBD99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.21%

R = 35.18%
G = 37.61%
B = 27.21%

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

#CBD99D (or 0xCBD99D) is known color: Reef. HEX triplet: CB, D9 and 9D. RGB value is (203,217,157). Sum of RGB (Red+Green+Blue) = 203+217+157=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD99D is #342662. Grayscale: #CECECE. Windows color (decimal): -3417699 or 10344907. OLE color: 10344907.

HSL color Cylindrical-coordinate representation of color #CBD99D: hue angle of 74º degrees, saturation: 0.44, 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 #CBD99D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 157 -
CMYK 0.06 0 0.28 0.15
HSL 74º 0.44% 0.73% -
HSV(B) 74º 0.28% 0.85% -
XYZ 55.53 64.76 41.47 -
YUV 205.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 203 217 157 0.06 0 0.28 0.15 74 0.44 0.73
Hex CB D9 9D 6 0 1C F 4A 2C 49
Octal 313 331 235 6 0 34 17 112 54 111
Binary 11001011 11011001 10011101 110 0 11100 1111 1001010 101100 1001001

Color Harmonies of #CBD99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD99D

Black with #CBD99D

Text Example


Text Example

White with #CBD99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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