Html Css Color HEX #BBD470 Wild Willow

📋 copy color: '#BBD470'

red 187 ◦ green 212 ◦ blue 112

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

Shades of Wild Willow #BBD470

Tints of Wild Willow #BBD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.92%

R = 36.59%
G = 41.49%
B = 21.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#BBD470 (or 0xBBD470) is known color: Wild Willow. HEX triplet: BB, D4 and 70. RGB value is (187,212,112). Sum of RGB (Red+Green+Blue) = 187+212+112=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD470 is #442B8F. Grayscale: #C1C1C1. Windows color (decimal): -4467600 or 7394491. OLE color: 7394491.

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

Color convert

RGB 187 212 112 -
CMYK 0.12 0 0.47 0.17
HSL 75º 0.54% 0.64% -
HSV(B) 75º 0.47% 0.83% -
XYZ 46.96 58.82 24.21 -
YUV 193.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 187 212 112 0.12 0 0.47 0.17 75 0.54 0.64
Hex BB D4 70 C 0 2F 11 4B 36 40
Octal 273 324 160 14 0 57 21 113 66 100
Binary 10111011 11010100 1110000 1100 0 101111 10001 1001011 110110 1000000

Color Harmonies of #BBD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD470

Black with #BBD470

Text Example


Text Example

White with #BBD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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