Html Css Color HEX #B7CA60 Wild Willow

📋 copy color: '#B7CA60'

red 183 ◦ green 202 ◦ blue 96

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

Shades of Wild Willow #B7CA60

Tints of Wild Willow #B7CA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 38.05%
G = 42%
B = 19.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#B7CA60 (or 0xB7CA60) is known color: Wild Willow. HEX triplet: B7, CA and 60. RGB value is (183,202,96). Sum of RGB (Red+Green+Blue) = 183+202+96=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA60 is #48359F. Grayscale: #B8B8B8. Windows color (decimal): -4732320 or 6343351. OLE color: 6343351.

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

Color convert

RGB 183 202 96 -
CMYK 0.09 0 0.52 0.21
HSL 70.75º 0.5% 0.58% -
HSV(B) 70.75º 0.52% 0.79% -
XYZ 42.76 53.15 19.07 -
YUV 184.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 183 202 96 0.09 0 0.52 0.21 70.75 0.5 0.58
Hex B7 CA 60 9 0 34 15 47 32 3A
Octal 267 312 140 11 0 64 25 107 62 72
Binary 10110111 11001010 1100000 1001 0 110100 10101 1000111 110010 111010

Color Harmonies of #B7CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CA60

Black with #B7CA60

Text Example


Text Example

White with #B7CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CA60; }

 p { color: rgb(183,202,96); }

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

background-color css

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

 a { background-color: rgb(183,202,96); }

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

border-color css

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

 span { border-color: rgb(183,202,96); }

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