Html Css Color HEX #B8C16A Wild Willow

📋 copy color: '#B8C16A'

red 184 ◦ green 193 ◦ blue 106

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

Shades of Wild Willow #B8C16A

Tints of Wild Willow #B8C16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.96%

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

R = 38.1%
G = 39.96%
B = 21.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#B8C16A (or 0xB8C16A) is known color: Wild Willow. HEX triplet: B8, C1 and 6A. RGB value is (184,193,106). Sum of RGB (Red+Green+Blue) = 184+193+106=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C16A is #473E95. Grayscale: #B4B4B4. Windows color (decimal): -4669078 or 6996408. OLE color: 6996408.

HSL color Cylindrical-coordinate representation of color #B8C16A: hue angle of 66.21º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8C16A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 193 106 -
CMYK 0.05 0 0.45 0.24
HSL 66.21º 0.41% 0.59% -
HSV(B) 66.21º 0.45% 0.76% -
XYZ 41.44 49.37 20.98 -
YUV 180.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 184 193 106 0.05 0 0.45 0.24 66.21 0.41 0.59
Hex B8 C1 6A 5 0 2D 18 42 29 3B
Octal 270 301 152 5 0 55 30 102 51 73
Binary 10111000 11000001 1101010 101 0 101101 11000 1000010 101001 111011

Color Harmonies of #B8C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C16A

Black with #B8C16A

Text Example


Text Example

White with #B8C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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