Html Css Color HEX #B0CF63 Wild Willow

📋 copy color: '#B0CF63'

red 176 ◦ green 207 ◦ blue 99

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

Shades of Wild Willow #B0CF63

Tints of Wild Willow #B0CF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 36.51%
G = 42.95%
B = 20.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#B0CF63 (or 0xB0CF63) is known color: Wild Willow. HEX triplet: B0, CF and 63. RGB value is (176,207,99). Sum of RGB (Red+Green+Blue) = 176+207+99=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF63 is #4F309C. Grayscale: #B9B9B9. Windows color (decimal): -5189789 or 6541232. OLE color: 6541232.

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

Color convert

RGB 176 207 99 -
CMYK 0.15 0 0.52 0.19
HSL 77.22º 0.53% 0.6% -
HSV(B) 77.22º 0.52% 0.81% -
XYZ 42.47 54.76 20.14 -
YUV 185.42 79.23 121.28 -
System Red Green Blue C M Y K H S L
Decimal 176 207 99 0.15 0 0.52 0.19 77.22 0.53 0.6
Hex B0 CF 63 F 0 34 13 4D 35 3C
Octal 260 317 143 17 0 64 23 115 65 74
Binary 10110000 11001111 1100011 1111 0 110100 10011 1001101 110101 111100

Color Harmonies of #B0CF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF63

Black with #B0CF63

Text Example


Text Example

White with #B0CF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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