Html Css Color HEX #BBD75F Wild Willow

📋 copy color: '#BBD75F'

red 187 ◦ green 215 ◦ blue 95

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

Shades of Wild Willow #BBD75F

Tints of Wild Willow #BBD75F

RGB

 RED value IS 187 (73.44% from 255) = 37.63%

 GREEN value IS 215 (84.38% from 255) = 43.26%

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 37.63%
G = 43.26%
B = 19.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#BBD75F (or 0xBBD75F) is known color: Wild Willow. HEX triplet: BB, D7 and 5F. RGB value is (187,215,95). Sum of RGB (Red+Green+Blue) = 187+215+95=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD75F is #4428A0. Grayscale: #C1C1C1. Windows color (decimal): -4466849 or 6281147. OLE color: 6281147.

HSL color Cylindrical-coordinate representation of color #BBD75F: hue angle of 74º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBD75F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 95 -
CMYK 0.13 0 0.56 0.16
HSL 74º 0.6% 0.61% -
HSV(B) 74º 0.56% 0.84% -
XYZ 46.86 59.99 19.94 -
YUV 192.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 187 215 95 0.13 0 0.56 0.16 74 0.6 0.61
Hex BB D7 5F D 0 38 10 4A 3C 3D
Octal 273 327 137 15 0 70 20 112 74 75
Binary 10111011 11010111 1011111 1101 0 111000 10000 1001010 111100 111101

Color Harmonies of #BBD75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD75F

Black with #BBD75F

Text Example


Text Example

White with #BBD75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD75F; }

 p { color: rgb(187,215,95); }

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

background-color css

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

 a { background-color: rgb(187,215,95); }

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

border-color css

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

 span { border-color: rgb(187,215,95); }

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