Html Css Color HEX #CBD560 Wild Willow

📋 copy color: '#CBD560'

red 203 ◦ green 213 ◦ blue 96

#CBD560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CBD560

Tints of Wild Willow #CBD560

RGB

 RED value IS 203 (79.69% from 255) = 39.65%

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 39.65%
G = 41.6%
B = 18.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CBD560 (or 0xCBD560) is known color: Wild Willow. HEX triplet: CB, D5 and 60. RGB value is (203,213,96). Sum of RGB (Red+Green+Blue) = 203+213+96=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD560 is #342A9F. Grayscale: #C5C5C5. Windows color (decimal): -3418784 or 6346187. OLE color: 6346187.

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

Color convert

RGB 203 213 96 -
CMYK 0.05 0 0.55 0.16
HSL 65.13º 0.58% 0.61% -
HSV(B) 65.13º 0.55% 0.84% -
XYZ 50.53 61.13 20.2 -
YUV 196.67 71.19 132.51 -
System Red Green Blue C M Y K H S L
Decimal 203 213 96 0.05 0 0.55 0.16 65.13 0.58 0.61
Hex CB D5 60 5 0 37 10 41 3A 3D
Octal 313 325 140 5 0 67 20 101 72 75
Binary 11001011 11010101 1100000 101 0 110111 10000 1000001 111010 111101

Color Harmonies of #CBD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD560

Black with #CBD560

Text Example


Text Example

White with #CBD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD560; }

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

 H1.HeaderClassName
 {
   color: #CBD560;
 }
 .AnyTagClassName
 {
   color: #CBD560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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