Html Css Color HEX #B0CF65 Wild Willow

📋 copy color: '#B0CF65'

red 176 ◦ green 207 ◦ blue 101

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

Shades of Wild Willow #B0CF65

Tints of Wild Willow #B0CF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 36.36%
G = 42.77%
B = 20.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#B0CF65 (or 0xB0CF65) is known color: Wild Willow. HEX triplet: B0, CF and 65. RGB value is (176,207,101). Sum of RGB (Red+Green+Blue) = 176+207+101=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF65 is #4F309A. Grayscale: #BABABA. Windows color (decimal): -5189787 or 6672304. OLE color: 6672304.

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

Color convert

RGB 176 207 101 -
CMYK 0.15 0 0.51 0.19
HSL 77.55º 0.52% 0.6% -
HSV(B) 77.55º 0.51% 0.81% -
XYZ 42.57 54.8 20.65 -
YUV 185.65 80.23 121.12 -
System Red Green Blue C M Y K H S L
Decimal 176 207 101 0.15 0 0.51 0.19 77.55 0.52 0.6
Hex B0 CF 65 F 0 33 13 4E 34 3C
Octal 260 317 145 17 0 63 23 116 64 74
Binary 10110000 11001111 1100101 1111 0 110011 10011 1001110 110100 111100

Color Harmonies of #B0CF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF65

Black with #B0CF65

Text Example


Text Example

White with #B0CF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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