Html Css Color HEX #B8C268 Wild Willow

📋 copy color: '#B8C268'

red 184 ◦ green 194 ◦ blue 104

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

Shades of Wild Willow #B8C268

Tints of Wild Willow #B8C268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 38.17%
G = 40.25%
B = 21.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#B8C268 (or 0xB8C268) is known color: Wild Willow. HEX triplet: B8, C2 and 68. RGB value is (184,194,104). Sum of RGB (Red+Green+Blue) = 184+194+104=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C268 is #473D97. Grayscale: #B5B5B5. Windows color (decimal): -4668824 or 6865592. OLE color: 6865592.

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

Color convert

RGB 184 194 104 -
CMYK 0.05 0 0.46 0.24
HSL 66.67º 0.42% 0.58% -
HSV(B) 66.67º 0.46% 0.76% -
XYZ 41.56 49.77 20.51 -
YUV 180.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 184 194 104 0.05 0 0.46 0.24 66.67 0.42 0.58
Hex B8 C2 68 5 0 2E 18 43 2A 3A
Octal 270 302 150 5 0 56 30 103 52 72
Binary 10111000 11000010 1101000 101 0 101110 11000 1000011 101010 111010

Color Harmonies of #B8C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C268

Black with #B8C268

Text Example


Text Example

White with #B8C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C268; }

 p { color: rgb(184,194,104); }

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

background-color css

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

 a { background-color: rgb(184,194,104); }

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

border-color css

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

 span { border-color: rgb(184,194,104); }

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