#CBD54E

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

Shades of Wild Willow #CBD54E

Tints of Wild Willow #CBD54E

Color information

#CBD54E (or 0xCBD54E) is unknown color: approx Wild Willow. HEX triplet: CB, D5 and 4E. RGB value is (203,213,78). Sum of RGB (Red+Green+Blue) = 203+213+78=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD54E is #342AB1. Grayscale: #C3C3C3. Windows color (decimal): -3418802 or 5166539. OLE color: 5166539.

HSL color Cylindrical-coordinate representation of color #CBD54E: hue angle of 64.44º degrees, saturation: 0.62, 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 #CBD54E is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB20321378-
CMYK0.0500.630.16
HSL64.44º61.64%57.06%-
HSV(B)64.44º63.38%83.53%-
XYZ49.860.8416.33-
YUV194.6262.19133.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 78 (30.86% from 255) = 15.79%
R=41.09%
G=43.12%
B=15.79%

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
Decimal203213780.0500.630.1664.4461.6457.06
HexCBD54E503F10403e39
Octal3133251165077201007671
Binary110010111101010110011101010111111100001000000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD54E; }

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

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

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

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

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

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

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

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