Html Css Color HEX #BFD130 Fuego

📋 copy color: '#BFD130'

red 191 ◦ green 209 ◦ blue 48

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

Shades of Fuego #BFD130

Tints of Fuego #BFD130

RGB

 RED value IS 191 (75% from 255) = 42.63%

 GREEN value IS 209 (82.03% from 255) = 46.65%

 BLUE value IS 48 (19.14% from 255) = 10.71%

R = 42.63%
G = 46.65%
B = 10.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BFD130 (or 0xBFD130) is known color: Fuego. HEX triplet: BF, D1 and 30. RGB value is (191,209,48). Sum of RGB (Red+Green+Blue) = 191+209+48=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD130 is #402ECF. Grayscale: #B9B9B9. Windows color (decimal): -4206288 or 3199423. OLE color: 3199423.

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

Color convert

RGB 191 209 48 -
CMYK 0.09 0 0.77 0.18
HSL 66.71º 0.64% 0.5% -
HSV(B) 66.71º 0.77% 0.82% -
XYZ 44.82 56.89 11.42 -
YUV 185.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 191 209 48 0.09 0 0.77 0.18 66.71 0.64 0.5
Hex BF D1 30 9 0 4D 12 43 40 32
Octal 277 321 60 11 0 115 22 103 100 62
Binary 10111111 11010001 110000 1001 0 1001101 10010 1000011 1000000 110010

Color Harmonies of #BFD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD130

Black with #BFD130

Text Example


Text Example

White with #BFD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD130; }

 p { color: rgb(191,209,48); }

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

background-color css

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

 a { background-color: rgb(191,209,48); }

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

border-color css

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

 span { border-color: rgb(191,209,48); }

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