Html Css Color HEX #BFC63A Fuego

📋 copy color: '#BFC63A'

red 191 ◦ green 198 ◦ blue 58

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

Shades of Fuego #BFC63A

Tints of Fuego #BFC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

 BLUE value IS 58 (23.05% from 255) = 12.98%

R = 42.73%
G = 44.3%
B = 12.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#BFC63A (or 0xBFC63A) is known color: Fuego. HEX triplet: BF, C6 and 3A. RGB value is (191,198,58). Sum of RGB (Red+Green+Blue) = 191+198+58=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC63A is #4039C5. Grayscale: #B4B4B4. Windows color (decimal): -4209094 or 3851967. OLE color: 3851967.

HSL color Cylindrical-coordinate representation of color #BFC63A: hue angle of 63º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC63A is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 58 -
CMYK 0.04 0 0.71 0.22
HSL 63º 0.55% 0.5% -
HSV(B) 63º 0.71% 0.78% -
XYZ 42.44 51.77 11.76 -
YUV 179.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 191 198 58 0.04 0 0.71 0.22 63 0.55 0.5
Hex BF C6 3A 4 0 47 16 3F 37 32
Octal 277 306 72 4 0 107 26 77 67 62
Binary 10111111 11000110 111010 100 0 1000111 10110 111111 110111 110010

Color Harmonies of #BFC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC63A

Black with #BFC63A

Text Example


Text Example

White with #BFC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC63A; }

 p { color: rgb(191,198,58); }

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

background-color css

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

 a { background-color: rgb(191,198,58); }

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

border-color css

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

 span { border-color: rgb(191,198,58); }

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