Html Css Color HEX #B6C967 Wild Willow

📋 copy color: '#B6C967'

red 182 ◦ green 201 ◦ blue 103

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

Shades of Wild Willow #B6C967

Tints of Wild Willow #B6C967

RGB

 RED value IS 182 (71.48% from 255) = 37.45%

 GREEN value IS 201 (78.91% from 255) = 41.36%

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 37.45%
G = 41.36%
B = 21.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#B6C967 (or 0xB6C967) is known color: Wild Willow. HEX triplet: B6, C9 and 67. RGB value is (182,201,103). Sum of RGB (Red+Green+Blue) = 182+201+103=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C967 is #493698. Grayscale: #B8B8B8. Windows color (decimal): -4798105 or 6801846. OLE color: 6801846.

HSL color Cylindrical-coordinate representation of color #B6C967: hue angle of 71.63º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6C967 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 201 103 -
CMYK 0.09 0 0.49 0.21
HSL 71.63º 0.48% 0.6% -
HSV(B) 71.63º 0.49% 0.79% -
XYZ 42.63 52.7 20.76 -
YUV 184.15 82.21 126.47 -
System Red Green Blue C M Y K H S L
Decimal 182 201 103 0.09 0 0.49 0.21 71.63 0.48 0.6
Hex B6 C9 67 9 0 31 15 48 30 3C
Octal 266 311 147 11 0 61 25 110 60 74
Binary 10110110 11001001 1100111 1001 0 110001 10101 1001000 110000 111100

Color Harmonies of #B6C967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C967

Black with #B6C967

Text Example


Text Example

White with #B6C967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C967; }

 p { color: rgb(182,201,103); }

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

background-color css

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

 a { background-color: rgb(182,201,103); }

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

border-color css

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

 span { border-color: rgb(182,201,103); }

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