#CBD96D

Color #CBD96D Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CBD96D

Tints of Goldenrod #CBD96D

Color information

#CBD96D (or 0xCBD96D) is unknown color: approx Goldenrod. HEX triplet: CB, D9 and 6D. RGB value is (203,217,109). Sum of RGB (Red+Green+Blue) = 203+217+109=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD96D is #342692. Grayscale: #C8C8C8. Windows color (decimal): -3417747 or 7199179. OLE color: 7199179.

HSL color Cylindrical-coordinate representation of color #CBD96D: hue angle of 67.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBD96D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB203217109-
CMYK0.0600.500.15
HSL67.78º58.7%63.92%-
HSV(B)67.78º49.77%85.1%-
XYZ52.263.4323.96-
YUV200.576.36129.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=38.37%
G=41.02%
B=20.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171090.0600.500.1567.7858.763.92
HexCBD96D6032F443b40
Octal31333115560621710473100
Binary110010111101100111011011100110010111110001001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD96D; }

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

 H1.HeaderClassName
 {
   color: #CBD96D;
 }
 .AnyTagClassName
 {
   color: #CBD96D;
 }
</style>
background-color css

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

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

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

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

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

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