Html Css Color HEX #CBCC55 Wild Willow

📋 copy color: '#CBCC55'

red 203 ◦ green 204 ◦ blue 85

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

Shades of Wild Willow #CBCC55

Tints of Wild Willow #CBCC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 85 (33.59% from 255) = 17.28%

R = 41.26%
G = 41.46%
B = 17.28%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CBCC55 (or 0xCBCC55) is known color: Wild Willow. HEX triplet: CB, CC and 55. RGB value is (203,204,85). Sum of RGB (Red+Green+Blue) = 203+204+85=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC55 is #3433AA. Grayscale: #BEBEBE. Windows color (decimal): -3421099 or 5622987. OLE color: 5622987.

HSL color Cylindrical-coordinate representation of color #CBCC55: hue angle of 60.5º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBCC55 is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 204 85 -
CMYK 0.00 0 0.58 0.2
HSL 60.5º 0.54% 0.57% -
HSV(B) 60.5º 0.58% 0.8% -
XYZ 47.86 56.54 16.98 -
YUV 190.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 203 204 85 0.00 0 0.58 0.2 60.5 0.54 0.57
Hex CB CC 55 0 0 3A 14 3D 36 39
Octal 313 314 125 0 0 72 24 75 66 71
Binary 11001011 11001100 1010101 0 0 111010 10100 111101 110110 111001

Color Harmonies of #CBCC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC55

Black with #CBCC55

Text Example


Text Example

White with #CBCC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC55; }

 p { color: rgb(203,204,85); }

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

background-color css

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

 a { background-color: rgb(203,204,85); }

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

border-color css

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

 span { border-color: rgb(203,204,85); }

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