Html Css Color HEX #CCD95B Wild Willow

📋 copy color: '#CCD95B'

red 204 ◦ green 217 ◦ blue 91

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

Shades of Wild Willow #CCD95B

Tints of Wild Willow #CCD95B

RGB

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

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

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

R = 39.84%
G = 42.38%
B = 17.77%

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

#CCD95B (or 0xCCD95B) is known color: Wild Willow. HEX triplet: CC, D9 and 5B. RGB value is (204,217,91). Sum of RGB (Red+Green+Blue) = 204+217+91=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD95B is #3326A4. Grayscale: #C7C7C7. Windows color (decimal): -3352229 or 6019532. OLE color: 6019532.

HSL color Cylindrical-coordinate representation of color #CCD95B: hue angle of 66.19º 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 #CCD95B is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 91 -
CMYK 0.06 0 0.58 0.15
HSL 66.19º 0.62% 0.6% -
HSV(B) 66.19º 0.58% 0.85% -
XYZ 51.6 63.22 19.38 -
YUV 198.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 204 217 91 0.06 0 0.58 0.15 66.19 0.62 0.6
Hex CC D9 5B 6 0 3A F 42 3E 3C
Octal 314 331 133 6 0 72 17 102 76 74
Binary 11001100 11011001 1011011 110 0 111010 1111 1000010 111110 111100

Color Harmonies of #CCD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD95B

Black with #CCD95B

Text Example


Text Example

White with #CCD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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