#BFD230

Color #BFD230 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BFD230

Tints of Fuego #BFD230

Color information

#BFD230 (or 0xBFD230) is unknown color: approx Fuego. HEX triplet: BF, D2 and 30. RGB value is (191,210,48). Sum of RGB (Red+Green+Blue) = 191+210+48=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD230 is #402DCF. Grayscale: #BABABA. Windows color (decimal): -4206032 or 3199679. OLE color: 3199679.

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

Color convert

RGB19121048-
CMYK0.0900.770.18
HSL67.04º64.29%50.59%-
HSV(B)67.04º77.14%82.35%-
XYZ45.0757.3811.5-
YUV185.8550.21131.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 210 (82.42% from 255) = 46.77%
BLUE value IS 48 (19.14% from 255) = 10.69%
R=42.54%
G=46.77%
B=10.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191210480.0900.770.1867.0464.2950.59
HexBFD230904D12434033
Octal277322601101152210310063
Binary10111111110100101100001001010011011001010000111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD230; }

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

 H1.HeaderClassName
 {
   color: #BFD230;
 }
 .AnyTagClassName
 {
   color: #BFD230;
 }
</style>
background-color css

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

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

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

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

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

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