Html Css Color HEX #BBD474 Wild Willow

📋 copy color: '#BBD474'

red 187 ◦ green 212 ◦ blue 116

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

Shades of Wild Willow #BBD474

Tints of Wild Willow #BBD474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 36.31%
G = 41.17%
B = 22.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BBD474 (or 0xBBD474) is known color: Wild Willow. HEX triplet: BB, D4 and 74. RGB value is (187,212,116). Sum of RGB (Red+Green+Blue) = 187+212+116=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD474 is #442B8B. Grayscale: #C1C1C1. Windows color (decimal): -4467596 or 7656635. OLE color: 7656635.

HSL color Cylindrical-coordinate representation of color #BBD474: hue angle of 75.63º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD474 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 116 -
CMYK 0.12 0 0.45 0.17
HSL 75.63º 0.53% 0.64% -
HSV(B) 75.63º 0.45% 0.83% -
XYZ 47.19 58.91 25.41 -
YUV 193.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 187 212 116 0.12 0 0.45 0.17 75.63 0.53 0.64
Hex BB D4 74 C 0 2D 11 4C 35 40
Octal 273 324 164 14 0 55 21 114 65 100
Binary 10111011 11010100 1110100 1100 0 101101 10001 1001100 110101 1000000

Color Harmonies of #BBD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD474

Black with #BBD474

Text Example


Text Example

White with #BBD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD474; }

 p { color: rgb(187,212,116); }

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

background-color css

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

 a { background-color: rgb(187,212,116); }

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

border-color css

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

 span { border-color: rgb(187,212,116); }

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