Html Css Color HEX #B0CA6B Wild Willow

📋 copy color: '#B0CA6B'

red 176 ◦ green 202 ◦ blue 107

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

Shades of Wild Willow #B0CA6B

Tints of Wild Willow #B0CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 107 (42.19% from 255) = 22.06%

R = 36.29%
G = 41.65%
B = 22.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#B0CA6B (or 0xB0CA6B) is known color: Wild Willow. HEX triplet: B0, CA and 6B. RGB value is (176,202,107). Sum of RGB (Red+Green+Blue) = 176+202+107=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA6B is #4F3594. Grayscale: #B7B7B7. Windows color (decimal): -5191061 or 7064240. OLE color: 7064240.

HSL color Cylindrical-coordinate representation of color #B0CA6B: hue angle of 76.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0CA6B is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 107 -
CMYK 0.13 0 0.47 0.21
HSL 76.42º 0.47% 0.61% -
HSV(B) 76.42º 0.47% 0.79% -
XYZ 41.68 52.53 21.85 -
YUV 183.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 176 202 107 0.13 0 0.47 0.21 76.42 0.47 0.61
Hex B0 CA 6B D 0 2F 15 4C 2F 3D
Octal 260 312 153 15 0 57 25 114 57 75
Binary 10110000 11001010 1101011 1101 0 101111 10101 1001100 101111 111101

Color Harmonies of #B0CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA6B

Black with #B0CA6B

Text Example


Text Example

White with #B0CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA6B; }

 p { color: rgb(176,202,107); }

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

background-color css

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

 a { background-color: rgb(176,202,107); }

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

border-color css

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

 span { border-color: rgb(176,202,107); }

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