Html Css Color HEX #CBD956 Wild Willow

📋 copy color: '#CBD956'

red 203 ◦ green 217 ◦ blue 86

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

Shades of Wild Willow #CBD956

Tints of Wild Willow #CBD956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

 BLUE value IS 86 (33.98% from 255) = 17%

R = 40.12%
G = 42.89%
B = 17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#CBD956 (or 0xCBD956) is known color: Wild Willow. HEX triplet: CB, D9 and 56. RGB value is (203,217,86). Sum of RGB (Red+Green+Blue) = 203+217+86=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD956 is #3426A9. Grayscale: #C6C6C6. Windows color (decimal): -3417770 or 5691851. OLE color: 5691851.

HSL color Cylindrical-coordinate representation of color #CBD956: hue angle of 66.41º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBD956 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 86 -
CMYK 0.06 0 0.60 0.15
HSL 66.41º 0.63% 0.59% -
HSV(B) 66.41º 0.6% 0.85% -
XYZ 51.12 62.99 18.27 -
YUV 197.88 64.86 131.65 -
System Red Green Blue C M Y K H S L
Decimal 203 217 86 0.06 0 0.60 0.15 66.41 0.63 0.59
Hex CB D9 56 6 0 3C F 42 3F 3B
Octal 313 331 126 6 0 74 17 102 77 73
Binary 11001011 11011001 1010110 110 0 111100 1111 1000010 111111 111011

Color Harmonies of #CBD956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD956

Black with #CBD956

Text Example


Text Example

White with #CBD956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD956; }

 p { color: rgb(203,217,86); }

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

background-color css

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

 a { background-color: rgb(203,217,86); }

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

border-color css

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

 span { border-color: rgb(203,217,86); }

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