Html Css Color HEX #B0CF62 Wild Willow

📋 copy color: '#B0CF62'

red 176 ◦ green 207 ◦ blue 98

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

Shades of Wild Willow #B0CF62

Tints of Wild Willow #B0CF62

RGB

 RED value IS 176 (69.14% from 255) = 36.59%

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

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

R = 36.59%
G = 43.04%
B = 20.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#B0CF62 (or 0xB0CF62) is known color: Wild Willow. HEX triplet: B0, CF and 62. RGB value is (176,207,98). Sum of RGB (Red+Green+Blue) = 176+207+98=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF62 is #4F309D. Grayscale: #B9B9B9. Windows color (decimal): -5189790 or 6475696. OLE color: 6475696.

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

Color convert

RGB 176 207 98 -
CMYK 0.15 0 0.53 0.19
HSL 77.06º 0.53% 0.6% -
HSV(B) 77.06º 0.53% 0.81% -
XYZ 42.42 54.74 19.88 -
YUV 185.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 176 207 98 0.15 0 0.53 0.19 77.06 0.53 0.6
Hex B0 CF 62 F 0 35 13 4D 35 3C
Octal 260 317 142 17 0 65 23 115 65 74
Binary 10110000 11001111 1100010 1111 0 110101 10011 1001101 110101 111100

Color Harmonies of #B0CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF62

Black with #B0CF62

Text Example


Text Example

White with #B0CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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