#CBD75F

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

Shades of Wild Willow #CBD75F

Tints of Wild Willow #CBD75F

Color information

#CBD75F (or 0xCBD75F) is unknown color: approx Wild Willow. HEX triplet: CB, D7 and 5F. RGB value is (203,215,95). Sum of RGB (Red+Green+Blue) = 203+215+95=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD75F is #3428A0. Grayscale: #C6C6C6. Windows color (decimal): -3418273 or 6281163. OLE color: 6281163.

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

Color convert

RGB20321595-
CMYK0.0600.560.16
HSL66º60%60.78%-
HSV(B)66º55.81%84.31%-
XYZ50.9962.1220.13-
YUV197.7370.02131.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 95 (37.5% from 255) = 18.52%
R=39.57%
G=41.91%
B=18.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203215950.0600.560.16666060.78
HexCBD75F603810423c3d
Octal3133271376070201027475
Binary110010111101011110111111100111000100001000010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD75F; }

 p { color: rgb(203,215,95); }

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

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

 a { background-color: rgb(203,215,95); }

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

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

 span { border-color: rgb(203,215,95); }

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