#CBD35C

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

Shades of Wild Willow #CBD35C

Tints of Wild Willow #CBD35C

Color information

#CBD35C (or 0xCBD35C) is unknown color: approx Wild Willow. HEX triplet: CB, D3 and 5C. RGB value is (203,211,92). Sum of RGB (Red+Green+Blue) = 203+211+92=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD35C is #342CA3. Grayscale: #C3C3C3. Windows color (decimal): -3419300 or 6083531. OLE color: 6083531.

HSL color Cylindrical-coordinate representation of color #CBD35C: hue angle of 64.03º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBD35C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB20321192-
CMYK0.0400.560.17
HSL64.03º57.49%59.41%-
HSV(B)64.03º56.4%82.75%-
XYZ49.8560.0619.09-
YUV195.0469.85133.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 211 (82.81% from 255) = 41.70%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=40.12%
G=41.70%
B=18.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203211920.0400.560.1764.0357.4959.41
HexCBD35C40381140393b
Octal3133231344070211007173
Binary110010111101001110111001000111000100011000000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD35C; }

 p { color: rgb(203,211,92); }

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

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

 a { background-color: rgb(203,211,92); }

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

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

 span { border-color: rgb(203,211,92); }

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