Html Css Color HEX #B5C35A Wild Willow

📋 copy color: '#B5C35A'

red 181 ◦ green 195 ◦ blue 90

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

Shades of Wild Willow #B5C35A

Tints of Wild Willow #B5C35A

RGB

 RED value IS 181 (71.09% from 255) = 38.84%

 GREEN value IS 195 (76.56% from 255) = 41.85%

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 38.84%
G = 41.85%
B = 19.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#B5C35A (or 0xB5C35A) is known color: Wild Willow. HEX triplet: B5, C3 and 5A. RGB value is (181,195,90). Sum of RGB (Red+Green+Blue) = 181+195+90=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C35A is #4A3CA5. Grayscale: #B3B3B3. Windows color (decimal): -4865190 or 5948341. OLE color: 5948341.

HSL color Cylindrical-coordinate representation of color #B5C35A: hue angle of 68º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5C35A is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 90 -
CMYK 0.07 0 0.54 0.24
HSL 68º 0.47% 0.56% -
HSV(B) 68º 0.54% 0.76% -
XYZ 40.42 49.59 17.11 -
YUV 178.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 181 195 90 0.07 0 0.54 0.24 68 0.47 0.56
Hex B5 C3 5A 7 0 36 18 44 2F 38
Octal 265 303 132 7 0 66 30 104 57 70
Binary 10110101 11000011 1011010 111 0 110110 11000 1000100 101111 111000

Color Harmonies of #B5C35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C35A

Black with #B5C35A

Text Example


Text Example

White with #B5C35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C35A; }

 p { color: rgb(181,195,90); }

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

background-color css

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

 a { background-color: rgb(181,195,90); }

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

border-color css

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

 span { border-color: rgb(181,195,90); }

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