Html Css Color HEX #BDC131 Fuego

📋 copy color: '#BDC131'

red 189 ◦ green 193 ◦ blue 49

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

Shades of Fuego #BDC131

Tints of Fuego #BDC131

RGB

 RED value IS 189 (74.22% from 255) = 43.85%

 GREEN value IS 193 (75.78% from 255) = 44.78%

 BLUE value IS 49 (19.53% from 255) = 11.37%

R = 43.85%
G = 44.78%
B = 11.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BDC131 (or 0xBDC131) is known color: Fuego. HEX triplet: BD, C1 and 31. RGB value is (189,193,49). Sum of RGB (Red+Green+Blue) = 189+193+49=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC131 is #423ECE. Grayscale: #AFAFAF. Windows color (decimal): -4341455 or 3260861. OLE color: 3260861.

HSL color Cylindrical-coordinate representation of color #BDC131: hue angle of 61.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC131 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 49 -
CMYK 0.02 0 0.75 0.24
HSL 61.67º 0.6% 0.47% -
HSV(B) 61.67º 0.75% 0.76% -
XYZ 40.61 49.18 10.26 -
YUV 175.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 189 193 49 0.02 0 0.75 0.24 61.67 0.6 0.47
Hex BD C1 31 2 0 4B 18 3E 3C 2F
Octal 275 301 61 2 0 113 30 76 74 57
Binary 10111101 11000001 110001 10 0 1001011 11000 111110 111100 101111

Color Harmonies of #BDC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC131

Black with #BDC131

Text Example


Text Example

White with #BDC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC131; }

 p { color: rgb(189,193,49); }

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

background-color css

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

 a { background-color: rgb(189,193,49); }

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

border-color css

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

 span { border-color: rgb(189,193,49); }

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