Html Css Color HEX #BFD332 Fuego

📋 copy color: '#BFD332'

red 191 ◦ green 211 ◦ blue 50

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

Shades of Fuego #BFD332

Tints of Fuego #BFD332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.68%

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 42.26%
G = 46.68%
B = 11.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#BFD332 (or 0xBFD332) is known color: Fuego. HEX triplet: BF, D3 and 32. RGB value is (191,211,50). Sum of RGB (Red+Green+Blue) = 191+211+50=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD332 is #402CCD. Grayscale: #BBBBBB. Windows color (decimal): -4205774 or 3331007. OLE color: 3331007.

HSL color Cylindrical-coordinate representation of color #BFD332: hue angle of 67.45º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD332 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 50 -
CMYK 0.09 0 0.76 0.17
HSL 67.45º 0.65% 0.51% -
HSV(B) 67.45º 0.76% 0.83% -
XYZ 45.36 57.9 11.8 -
YUV 186.67 50.87 131.09 -
System Red Green Blue C M Y K H S L
Decimal 191 211 50 0.09 0 0.76 0.17 67.45 0.65 0.51
Hex BF D3 32 9 0 4C 11 43 41 33
Octal 277 323 62 11 0 114 21 103 101 63
Binary 10111111 11010011 110010 1001 0 1001100 10001 1000011 1000001 110011

Color Harmonies of #BFD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD332

Black with #BFD332

Text Example


Text Example

White with #BFD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD332; }

 p { color: rgb(191,211,50); }

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

background-color css

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

 a { background-color: rgb(191,211,50); }

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

border-color css

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

 span { border-color: rgb(191,211,50); }

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