Html Css Color HEX #B8C955 Wild Willow

📋 copy color: '#B8C955'

red 184 ◦ green 201 ◦ blue 85

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

Shades of Wild Willow #B8C955

Tints of Wild Willow #B8C955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 39.15%
G = 42.77%
B = 18.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#B8C955 (or 0xB8C955) is known color: Wild Willow. HEX triplet: B8, C9 and 55. RGB value is (184,201,85). Sum of RGB (Red+Green+Blue) = 184+201+85=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C955 is #4736AA. Grayscale: #B7B7B7. Windows color (decimal): -4667051 or 5622200. OLE color: 5622200.

HSL color Cylindrical-coordinate representation of color #B8C955: hue angle of 68.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8C955 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 201 85 -
CMYK 0.08 0 0.58 0.21
HSL 68.79º 0.52% 0.56% -
HSV(B) 68.79º 0.58% 0.79% -
XYZ 42.29 52.62 16.52 -
YUV 182.69 72.87 128.93 -
System Red Green Blue C M Y K H S L
Decimal 184 201 85 0.08 0 0.58 0.21 68.79 0.52 0.56
Hex B8 C9 55 8 0 3A 15 45 34 38
Octal 270 311 125 10 0 72 25 105 64 70
Binary 10111000 11001001 1010101 1000 0 111010 10101 1000101 110100 111000

Color Harmonies of #B8C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C955

Black with #B8C955

Text Example


Text Example

White with #B8C955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C955; }

 p { color: rgb(184,201,85); }

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

background-color css

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

 a { background-color: rgb(184,201,85); }

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

border-color css

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

 span { border-color: rgb(184,201,85); }

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