Html Css Color HEX #B7C064 Wild Willow

📋 copy color: '#B7C064'

red 183 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #B7C064

Tints of Wild Willow #B7C064

RGB

 RED value IS 183 (71.88% from 255) = 38.53%

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 38.53%
G = 40.42%
B = 21.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#B7C064 (or 0xB7C064) is known color: Wild Willow. HEX triplet: B7, C0 and 64. RGB value is (183,192,100). Sum of RGB (Red+Green+Blue) = 183+192+100=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C064 is #483F9B. Grayscale: #B3B3B3. Windows color (decimal): -4734876 or 6602935. OLE color: 6602935.

HSL color Cylindrical-coordinate representation of color #B7C064: hue angle of 65.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7C064 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 192 100 -
CMYK 0.05 0 0.48 0.25
HSL 65.87º 0.42% 0.57% -
HSV(B) 65.87º 0.48% 0.75% -
XYZ 40.68 48.69 19.31 -
YUV 178.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 183 192 100 0.05 0 0.48 0.25 65.87 0.42 0.57
Hex B7 C0 64 5 0 30 19 42 2A 39
Octal 267 300 144 5 0 60 31 102 52 71
Binary 10110111 11000000 1100100 101 0 110000 11001 1000010 101010 111001

Color Harmonies of #B7C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C064

Black with #B7C064

Text Example


Text Example

White with #B7C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C064; }

 p { color: rgb(183,192,100); }

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

background-color css

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

 a { background-color: rgb(183,192,100); }

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

border-color css

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

 span { border-color: rgb(183,192,100); }

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