Html Css Color HEX #B8C06A Wild Willow

📋 copy color: '#B8C06A'

red 184 ◦ green 192 ◦ blue 106

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

Shades of Wild Willow #B8C06A

Tints of Wild Willow #B8C06A

RGB

 RED value IS 184 (72.27% from 255) = 38.17%

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 38.17%
G = 39.83%
B = 21.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#B8C06A (or 0xB8C06A) is known color: Wild Willow. HEX triplet: B8, C0 and 6A. RGB value is (184,192,106). Sum of RGB (Red+Green+Blue) = 184+192+106=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C06A is #473F95. Grayscale: #B4B4B4. Windows color (decimal): -4669334 or 6996152. OLE color: 6996152.

HSL color Cylindrical-coordinate representation of color #B8C06A: hue angle of 65.58º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8C06A is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 106 -
CMYK 0.04 0 0.45 0.25
HSL 65.58º 0.41% 0.58% -
HSV(B) 65.58º 0.45% 0.75% -
XYZ 41.22 48.93 20.91 -
YUV 179.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 184 192 106 0.04 0 0.45 0.25 65.58 0.41 0.58
Hex B8 C0 6A 4 0 2D 19 42 29 3A
Octal 270 300 152 4 0 55 31 102 51 72
Binary 10111000 11000000 1101010 100 0 101101 11001 1000010 101001 111010

Color Harmonies of #B8C06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C06A

Black with #B8C06A

Text Example


Text Example

White with #B8C06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C06A; }

 p { color: rgb(184,192,106); }

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

background-color css

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

 a { background-color: rgb(184,192,106); }

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

border-color css

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

 span { border-color: rgb(184,192,106); }

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