Html Css Color HEX #BBDA2F Fuego

📋 copy color: '#BBDA2F'

red 187 ◦ green 218 ◦ blue 47

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

Shades of Fuego #BBDA2F

Tints of Fuego #BBDA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

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

R = 41.37%
G = 48.23%
B = 10.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BBDA2F (or 0xBBDA2F) is known color: Fuego. HEX triplet: BB, DA and 2F. RGB value is (187,218,47). Sum of RGB (Red+Green+Blue) = 187+218+47=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA2F is #4425D0. Grayscale: #BDBDBD. Windows color (decimal): -4466129 or 3136187. OLE color: 3136187.

HSL color Cylindrical-coordinate representation of color #BBDA2F: hue angle of 70.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBDA2F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 47 -
CMYK 0.14 0 0.78 0.15
HSL 70.88º 0.7% 0.52% -
HSV(B) 70.88º 0.78% 0.85% -
XYZ 46.08 60.91 12.02 -
YUV 189.24 47.73 126.4 -
System Red Green Blue C M Y K H S L
Decimal 187 218 47 0.14 0 0.78 0.15 70.88 0.7 0.52
Hex BB DA 2F E 0 4E F 47 46 34
Octal 273 332 57 16 0 116 17 107 106 64
Binary 10111011 11011010 101111 1110 0 1001110 1111 1000111 1000110 110100

Color Harmonies of #BBDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA2F

Black with #BBDA2F

Text Example


Text Example

White with #BBDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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