Html Css Color HEX #BFD61C Fuego

📋 copy color: '#BFD61C'

red 191 ◦ green 214 ◦ blue 28

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

Shades of Fuego #BFD61C

Tints of Fuego #BFD61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 44.11%
G = 49.42%
B = 6.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BFD61C (or 0xBFD61C) is known color: Fuego. HEX triplet: BF, D6 and 1C. RGB value is (191,214,28). Sum of RGB (Red+Green+Blue) = 191+214+28=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD61C is #4029E3. Grayscale: #BABABA. Windows color (decimal): -4205028 or 1889983. OLE color: 1889983.

HSL color Cylindrical-coordinate representation of color #BFD61C: hue angle of 67.42º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFD61C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 28 -
CMYK 0.11 0 0.87 0.16
HSL 67.42º 0.77% 0.47% -
HSV(B) 67.42º 0.87% 0.84% -
XYZ 45.74 59.25 10.12 -
YUV 185.92 38.88 131.62 -
System Red Green Blue C M Y K H S L
Decimal 191 214 28 0.11 0 0.87 0.16 67.42 0.77 0.47
Hex BF D6 1C B 0 57 10 43 4D 2F
Octal 277 326 34 13 0 127 20 103 115 57
Binary 10111111 11010110 11100 1011 0 1010111 10000 1000011 1001101 101111

Color Harmonies of #BFD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD61C

Black with #BFD61C

Text Example


Text Example

White with #BFD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD61C; }

 p { color: rgb(191,214,28); }

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

background-color css

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

 a { background-color: rgb(191,214,28); }

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

border-color css

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

 span { border-color: rgb(191,214,28); }

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