Html Css Color HEX #B0CB63 Wild Willow

📋 copy color: '#B0CB63'

red 176 ◦ green 203 ◦ blue 99

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

Shades of Wild Willow #B0CB63

Tints of Wild Willow #B0CB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 36.82%
G = 42.47%
B = 20.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#B0CB63 (or 0xB0CB63) is known color: Wild Willow. HEX triplet: B0, CB and 63. RGB value is (176,203,99). Sum of RGB (Red+Green+Blue) = 176+203+99=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB63 is #4F349C. Grayscale: #B7B7B7. Windows color (decimal): -5190813 or 6540208. OLE color: 6540208.

HSL color Cylindrical-coordinate representation of color #B0CB63: hue angle of 75.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0CB63 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 99 -
CMYK 0.13 0 0.51 0.20
HSL 75.58º 0.5% 0.59% -
HSV(B) 75.58º 0.51% 0.8% -
XYZ 41.51 52.84 19.82 -
YUV 183.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 176 203 99 0.13 0 0.51 0.20 75.58 0.5 0.59
Hex B0 CB 63 D 0 33 14 4C 32 3B
Octal 260 313 143 15 0 63 24 114 62 73
Binary 10110000 11001011 1100011 1101 0 110011 10100 1001100 110010 111011

Color Harmonies of #B0CB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB63

Black with #B0CB63

Text Example


Text Example

White with #B0CB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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