Html Css Color HEX #CBD76C Goldenrod

📋 copy color: '#CBD76C'

red 203 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #CBD76C

Tints of Goldenrod #CBD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.87%

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 38.59%
G = 40.87%
B = 20.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#CBD76C (or 0xCBD76C) is known color: Goldenrod. HEX triplet: CB, D7 and 6C. RGB value is (203,215,108). Sum of RGB (Red+Green+Blue) = 203+215+108=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD76C is #342893. Grayscale: #C7C7C7. Windows color (decimal): -3418260 or 7133131. OLE color: 7133131.

HSL color Cylindrical-coordinate representation of color #CBD76C: hue angle of 66.73º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBD76C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 215 108 -
CMYK 0.06 0 0.50 0.16
HSL 66.73º 0.57% 0.63% -
HSV(B) 66.73º 0.5% 0.84% -
XYZ 51.64 62.38 23.51 -
YUV 199.21 76.52 130.7 -
System Red Green Blue C M Y K H S L
Decimal 203 215 108 0.06 0 0.50 0.16 66.73 0.57 0.63
Hex CB D7 6C 6 0 32 10 43 39 3F
Octal 313 327 154 6 0 62 20 103 71 77
Binary 11001011 11010111 1101100 110 0 110010 10000 1000011 111001 111111

Color Harmonies of #CBD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD76C

Black with #CBD76C

Text Example


Text Example

White with #CBD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD76C; }

 p { color: rgb(203,215,108); }

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

background-color css

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

 a { background-color: rgb(203,215,108); }

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

border-color css

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

 span { border-color: rgb(203,215,108); }

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