Html Css Color HEX #BBD274 Wild Willow

📋 copy color: '#BBD274'

red 187 ◦ green 210 ◦ blue 116

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

Shades of Wild Willow #BBD274

Tints of Wild Willow #BBD274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

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

R = 36.45%
G = 40.94%
B = 22.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BBD274 (or 0xBBD274) is known color: Wild Willow. HEX triplet: BB, D2 and 74. RGB value is (187,210,116). Sum of RGB (Red+Green+Blue) = 187+210+116=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD274 is #442D8B. Grayscale: #C0C0C0. Windows color (decimal): -4468108 or 7656123. OLE color: 7656123.

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

Color convert

RGB 187 210 116 -
CMYK 0.11 0 0.45 0.18
HSL 74.68º 0.51% 0.64% -
HSV(B) 74.68º 0.45% 0.82% -
XYZ 46.69 57.92 25.24 -
YUV 192.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 187 210 116 0.11 0 0.45 0.18 74.68 0.51 0.64
Hex BB D2 74 B 0 2D 12 4B 33 40
Octal 273 322 164 13 0 55 22 113 63 100
Binary 10111011 11010010 1110100 1011 0 101101 10010 1001011 110011 1000000

Color Harmonies of #BBD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD274

Black with #BBD274

Text Example


Text Example

White with #BBD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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