Html Css Color HEX #BDC331 Fuego

📋 copy color: '#BDC331'

red 189 ◦ green 195 ◦ blue 49

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

Shades of Fuego #BDC331

Tints of Fuego #BDC331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

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

R = 43.65%
G = 45.03%
B = 11.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BDC331 (or 0xBDC331) is known color: Fuego. HEX triplet: BD, C3 and 31. RGB value is (189,195,49). Sum of RGB (Red+Green+Blue) = 189+195+49=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC331 is #423CCE. Grayscale: #B1B1B1. Windows color (decimal): -4340943 or 3261373. OLE color: 3261373.

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

Color convert

RGB 189 195 49 -
CMYK 0.03 0 0.75 0.24
HSL 62.47º 0.6% 0.48% -
HSV(B) 62.47º 0.75% 0.76% -
XYZ 41.06 50.07 10.41 -
YUV 176.56 56.01 136.87 -
System Red Green Blue C M Y K H S L
Decimal 189 195 49 0.03 0 0.75 0.24 62.47 0.6 0.48
Hex BD C3 31 3 0 4B 18 3E 3C 30
Octal 275 303 61 3 0 113 30 76 74 60
Binary 10111101 11000011 110001 11 0 1001011 11000 111110 111100 110000

Color Harmonies of #BDC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC331

Black with #BDC331

Text Example


Text Example

White with #BDC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC331; }

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

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

background-color css

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

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

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

border-color css

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

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

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