Html Css Color HEX #B0CB6A Wild Willow

📋 copy color: '#B0CB6A'

red 176 ◦ green 203 ◦ blue 106

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

Shades of Wild Willow #B0CB6A

Tints of Wild Willow #B0CB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.86%

R = 36.29%
G = 41.86%
B = 21.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#B0CB6A (or 0xB0CB6A) is known color: Wild Willow. HEX triplet: B0, CB and 6A. RGB value is (176,203,106). Sum of RGB (Red+Green+Blue) = 176+203+106=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB6A is #4F3495. Grayscale: #B8B8B8. Windows color (decimal): -5190806 or 6998960. OLE color: 6998960.

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

Color convert

RGB 176 203 106 -
CMYK 0.13 0 0.48 0.20
HSL 76.7º 0.48% 0.61% -
HSV(B) 76.7º 0.48% 0.8% -
XYZ 41.86 52.98 21.66 -
YUV 183.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 176 203 106 0.13 0 0.48 0.20 76.7 0.48 0.61
Hex B0 CB 6A D 0 30 14 4D 30 3D
Octal 260 313 152 15 0 60 24 115 60 75
Binary 10110000 11001011 1101010 1101 0 110000 10100 1001101 110000 111101

Color Harmonies of #B0CB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB6A

Black with #B0CB6A

Text Example


Text Example

White with #B0CB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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