#CBD26E

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

Shades of Goldenrod #CBD26E

Tints of Goldenrod #CBD26E

Color information

#CBD26E (or 0xCBD26E) is unknown color: approx Goldenrod. HEX triplet: CB, D2 and 6E. RGB value is (203,210,110). Sum of RGB (Red+Green+Blue) = 203+210+110=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD26E is #342D91. Grayscale: #C4C4C4. Windows color (decimal): -3419538 or 7262923. OLE color: 7262923.

HSL color Cylindrical-coordinate representation of color #CBD26E: hue angle of 64.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBD26E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB203210110-
CMYK0.0300.480.18
HSL64.2º52.63%62.75%-
HSV(B)64.2º47.62%82.35%-
XYZ50.4959.9223.66-
YUV196.5179.18132.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=38.81%
G=40.15%
B=21.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032101100.0300.480.1864.252.6362.75
HexCBD26E30301240353f
Octal3133221563060221006577
Binary11001011110100101101110110110000100101000000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD26E; }

 p { color: rgb(203,210,110); }

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

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

 a { background-color: rgb(203,210,110); }

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

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

 span { border-color: rgb(203,210,110); }

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