Html Css Color HEX #CBD999 Reef

📋 copy color: '#CBD999'

red 203 ◦ green 217 ◦ blue 153

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

Shades of Reef #CBD999

Tints of Reef #CBD999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.7%

R = 35.43%
G = 37.87%
B = 26.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#CBD999 (or 0xCBD999) is known color: Reef. HEX triplet: CB, D9 and 99. RGB value is (203,217,153). Sum of RGB (Red+Green+Blue) = 203+217+153=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD999 is #342666. Grayscale: #CDCDCD. Windows color (decimal): -3417703 or 10082763. OLE color: 10082763.

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

Color convert

RGB 203 217 153 -
CMYK 0.06 0 0.29 0.15
HSL 73.13º 0.46% 0.73% -
HSV(B) 73.13º 0.29% 0.85% -
XYZ 55.19 64.62 39.7 -
YUV 205.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 203 217 153 0.06 0 0.29 0.15 73.13 0.46 0.73
Hex CB D9 99 6 0 1D F 49 2E 49
Octal 313 331 231 6 0 35 17 111 56 111
Binary 11001011 11011001 10011001 110 0 11101 1111 1001001 101110 1001001

Color Harmonies of #CBD999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD999

Black with #CBD999

Text Example


Text Example

White with #CBD999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD999; }

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

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

background-color css

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

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

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

border-color css

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

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

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