Html Css Color HEX #B5CF62 Wild Willow

📋 copy color: '#B5CF62'

red 181 ◦ green 207 ◦ blue 98

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

Shades of Wild Willow #B5CF62

Tints of Wild Willow #B5CF62

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 37.24%
G = 42.59%
B = 20.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#B5CF62 (or 0xB5CF62) is known color: Wild Willow. HEX triplet: B5, CF and 62. RGB value is (181,207,98). Sum of RGB (Red+Green+Blue) = 181+207+98=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF62 is #4A309D. Grayscale: #BBBBBB. Windows color (decimal): -4862110 or 6475701. OLE color: 6475701.

HSL color Cylindrical-coordinate representation of color #B5CF62: hue angle of 74.31º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5CF62 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 98 -
CMYK 0.13 0 0.53 0.19
HSL 74.31º 0.53% 0.6% -
HSV(B) 74.31º 0.53% 0.81% -
XYZ 43.57 55.33 19.94 -
YUV 186.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 181 207 98 0.13 0 0.53 0.19 74.31 0.53 0.6
Hex B5 CF 62 D 0 35 13 4A 35 3C
Octal 265 317 142 15 0 65 23 112 65 74
Binary 10110101 11001111 1100010 1101 0 110101 10011 1001010 110101 111100

Color Harmonies of #B5CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF62

Black with #B5CF62

Text Example


Text Example

White with #B5CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF62; }

 p { color: rgb(181,207,98); }

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

background-color css

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

 a { background-color: rgb(181,207,98); }

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

border-color css

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

 span { border-color: rgb(181,207,98); }

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