Html Css Color HEX #CCD85B Wild Willow

📋 copy color: '#CCD85B'

red 204 ◦ green 216 ◦ blue 91

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

Shades of Wild Willow #CCD85B

Tints of Wild Willow #CCD85B

RGB

 RED value IS 204 (80.08% from 255) = 39.92%

 GREEN value IS 216 (84.77% from 255) = 42.27%

 BLUE value IS 91 (35.94% from 255) = 17.81%

R = 39.92%
G = 42.27%
B = 17.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#CCD85B (or 0xCCD85B) is known color: Wild Willow. HEX triplet: CC, D8 and 5B. RGB value is (204,216,91). Sum of RGB (Red+Green+Blue) = 204+216+91=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD85B is #3327A4. Grayscale: #C6C6C6. Windows color (decimal): -3352485 or 6019276. OLE color: 6019276.

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

Color convert

RGB 204 216 91 -
CMYK 0.06 0 0.58 0.15
HSL 65.76º 0.62% 0.6% -
HSV(B) 65.76º 0.58% 0.85% -
XYZ 51.35 62.7 19.29 -
YUV 198.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 204 216 91 0.06 0 0.58 0.15 65.76 0.62 0.6
Hex CC D8 5B 6 0 3A F 42 3E 3C
Octal 314 330 133 6 0 72 17 102 76 74
Binary 11001100 11011000 1011011 110 0 111010 1111 1000010 111110 111100

Color Harmonies of #CCD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD85B

Black with #CCD85B

Text Example


Text Example

White with #CCD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD85B; }

 p { color: rgb(204,216,91); }

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

background-color css

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

 a { background-color: rgb(204,216,91); }

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

border-color css

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

 span { border-color: rgb(204,216,91); }

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