Html Css Color HEX #CBD976 Deco

📋 copy color: '#CBD976'

red 203 ◦ green 217 ◦ blue 118

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

Shades of Deco #CBD976

Tints of Deco #CBD976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.93%

R = 37.73%
G = 40.33%
B = 21.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#CBD976 (or 0xCBD976) is known color: Deco. HEX triplet: CB, D9 and 76. RGB value is (203,217,118). Sum of RGB (Red+Green+Blue) = 203+217+118=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD976 is #342689. Grayscale: #C9C9C9. Windows color (decimal): -3417738 or 7789003. OLE color: 7789003.

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

Color convert

RGB 203 217 118 -
CMYK 0.06 0 0.46 0.15
HSL 68.48º 0.57% 0.66% -
HSV(B) 68.48º 0.46% 0.85% -
XYZ 52.71 63.63 26.64 -
YUV 201.53 80.86 129.05 -
System Red Green Blue C M Y K H S L
Decimal 203 217 118 0.06 0 0.46 0.15 68.48 0.57 0.66
Hex CB D9 76 6 0 2E F 44 39 42
Octal 313 331 166 6 0 56 17 104 71 102
Binary 11001011 11011001 1110110 110 0 101110 1111 1000100 111001 1000010

Color Harmonies of #CBD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD976

Black with #CBD976

Text Example


Text Example

White with #CBD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD976; }

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

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

background-color css

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

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

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

border-color css

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

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

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