Html Css Color HEX #B5CC55 Wild Willow

📋 copy color: '#B5CC55'

red 181 ◦ green 204 ◦ blue 85

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

Shades of Wild Willow #B5CC55

Tints of Wild Willow #B5CC55

RGB

 RED value IS 181 (71.09% from 255) = 38.51%

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

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

R = 38.51%
G = 43.4%
B = 18.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#B5CC55 (or 0xB5CC55) is known color: Wild Willow. HEX triplet: B5, CC and 55. RGB value is (181,204,85). Sum of RGB (Red+Green+Blue) = 181+204+85=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CC55 is #4A33AA. Grayscale: #B8B8B8. Windows color (decimal): -4862891 or 5622965. OLE color: 5622965.

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

Color convert

RGB 181 204 85 -
CMYK 0.11 0 0.58 0.2
HSL 71.6º 0.54% 0.57% -
HSV(B) 71.6º 0.58% 0.8% -
XYZ 42.29 53.67 16.72 -
YUV 183.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 181 204 85 0.11 0 0.58 0.2 71.6 0.54 0.57
Hex B5 CC 55 B 0 3A 14 48 36 39
Octal 265 314 125 13 0 72 24 110 66 71
Binary 10110101 11001100 1010101 1011 0 111010 10100 1001000 110110 111001

Color Harmonies of #B5CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC55

Black with #B5CC55

Text Example


Text Example

White with #B5CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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