Html Css Color HEX #BBDC2F Fuego

📋 copy color: '#BBDC2F'

red 187 ◦ green 220 ◦ blue 47

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

Shades of Fuego #BBDC2F

Tints of Fuego #BBDC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

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

R = 41.19%
G = 48.46%
B = 10.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#BBDC2F (or 0xBBDC2F) is known color: Fuego. HEX triplet: BB, DC and 2F. RGB value is (187,220,47). Sum of RGB (Red+Green+Blue) = 187+220+47=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC2F is #4423D0. Grayscale: #BFBFBF. Windows color (decimal): -4465617 or 3136699. OLE color: 3136699.

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

Color convert

RGB 187 220 47 -
CMYK 0.15 0 0.79 0.14
HSL 71.45º 0.71% 0.52% -
HSV(B) 71.45º 0.79% 0.86% -
XYZ 46.6 61.96 12.19 -
YUV 190.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 187 220 47 0.15 0 0.79 0.14 71.45 0.71 0.52
Hex BB DC 2F F 0 4F E 47 47 34
Octal 273 334 57 17 0 117 16 107 107 64
Binary 10111011 11011100 101111 1111 0 1001111 1110 1000111 1000111 110100

Color Harmonies of #BBDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC2F

Black with #BBDC2F

Text Example


Text Example

White with #BBDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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