Html Css Color HEX #BBD32F Fuego

📋 copy color: '#BBD32F'

red 187 ◦ green 211 ◦ blue 47

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

Shades of Fuego #BBD32F

Tints of Fuego #BBD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.42%

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 42.02%
G = 47.42%
B = 10.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#BBD32F (or 0xBBD32F) is known color: Fuego. HEX triplet: BB, D3 and 2F. RGB value is (187,211,47). Sum of RGB (Red+Green+Blue) = 187+211+47=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD32F is #442CD0. Grayscale: #B9B9B9. Windows color (decimal): -4467921 or 3134395. OLE color: 3134395.

HSL color Cylindrical-coordinate representation of color #BBD32F: hue angle of 68.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBD32F is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 47 -
CMYK 0.11 0 0.78 0.17
HSL 68.78º 0.65% 0.51% -
HSV(B) 68.78º 0.78% 0.83% -
XYZ 44.3 57.36 11.43 -
YUV 185.13 50.05 129.34 -
System Red Green Blue C M Y K H S L
Decimal 187 211 47 0.11 0 0.78 0.17 68.78 0.65 0.51
Hex BB D3 2F B 0 4E 11 45 41 33
Octal 273 323 57 13 0 116 21 105 101 63
Binary 10111011 11010011 101111 1011 0 1001110 10001 1000101 1000001 110011

Color Harmonies of #BBD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD32F

Black with #BBD32F

Text Example


Text Example

White with #BBD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD32F; }

 p { color: rgb(187,211,47); }

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

background-color css

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

 a { background-color: rgb(187,211,47); }

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

border-color css

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

 span { border-color: rgb(187,211,47); }

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