#CBD54F

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

Shades of Wild Willow #CBD54F

Tints of Wild Willow #CBD54F

Color information

#CBD54F (or 0xCBD54F) is unknown color: approx Wild Willow. HEX triplet: CB, D5 and 4F. RGB value is (203,213,79). Sum of RGB (Red+Green+Blue) = 203+213+79=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD54F is #342AB0. Grayscale: #C3C3C3. Windows color (decimal): -3418801 or 5232075. OLE color: 5232075.

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

Color convert

RGB20321379-
CMYK0.0500.630.16
HSL64.48º61.47%57.25%-
HSV(B)64.48º62.91%83.53%-
XYZ49.8360.8516.52-
YUV194.7362.69133.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 79 (31.25% from 255) = 15.96%
R=41.01%
G=43.03%
B=15.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203213790.0500.630.1664.4861.4757.25
HexCBD54F503F10403d39
Octal3133251175077201007571
Binary110010111101010110011111010111111100001000000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD54F; }

 p { color: rgb(203,213,79); }

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

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

 a { background-color: rgb(203,213,79); }

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

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

 span { border-color: rgb(203,213,79); }

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