Html Css Color HEX #B4D065 Wild Willow

📋 copy color: '#B4D065'

red 180 ◦ green 208 ◦ blue 101

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

Shades of Wild Willow #B4D065

Tints of Wild Willow #B4D065

RGB

 RED value IS 180 (70.7% from 255) = 36.81%

 GREEN value IS 208 (81.64% from 255) = 42.54%

 BLUE value IS 101 (39.84% from 255) = 20.65%

R = 36.81%
G = 42.54%
B = 20.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#B4D065 (or 0xB4D065) is known color: Wild Willow. HEX triplet: B4, D0 and 65. RGB value is (180,208,101). Sum of RGB (Red+Green+Blue) = 180+208+101=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D065 is #4B2F9A. Grayscale: #BBBBBB. Windows color (decimal): -4927387 or 6672564. OLE color: 6672564.

HSL color Cylindrical-coordinate representation of color #B4D065: hue angle of 75.7º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4D065 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 101 -
CMYK 0.13 0 0.51 0.18
HSL 75.7º 0.53% 0.61% -
HSV(B) 75.7º 0.51% 0.82% -
XYZ 43.73 55.75 20.77 -
YUV 187.43 79.22 122.7 -
System Red Green Blue C M Y K H S L
Decimal 180 208 101 0.13 0 0.51 0.18 75.7 0.53 0.61
Hex B4 D0 65 D 0 33 12 4C 35 3D
Octal 264 320 145 15 0 63 22 114 65 75
Binary 10110100 11010000 1100101 1101 0 110011 10010 1001100 110101 111101

Color Harmonies of #B4D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D065

Black with #B4D065

Text Example


Text Example

White with #B4D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D065; }

 p { color: rgb(180,208,101); }

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

background-color css

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

 a { background-color: rgb(180,208,101); }

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

border-color css

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

 span { border-color: rgb(180,208,101); }

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