Html Css Color HEX #BDD931 Fuego

📋 copy color: '#BDD931'

red 189 ◦ green 217 ◦ blue 49

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

Shades of Fuego #BDD931

Tints of Fuego #BDD931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.69%

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

R = 41.54%
G = 47.69%
B = 10.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#BDD931 (or 0xBDD931) is known color: Fuego. HEX triplet: BD, D9 and 31. RGB value is (189,217,49). Sum of RGB (Red+Green+Blue) = 189+217+49=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD931 is #4226CE. Grayscale: #BEBEBE. Windows color (decimal): -4335311 or 3267005. OLE color: 3267005.

HSL color Cylindrical-coordinate representation of color #BDD931: hue angle of 70º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD931 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 49 -
CMYK 0.13 0 0.77 0.15
HSL 70º 0.69% 0.52% -
HSV(B) 70º 0.77% 0.85% -
XYZ 46.35 60.67 12.17 -
YUV 189.48 48.72 127.66 -
System Red Green Blue C M Y K H S L
Decimal 189 217 49 0.13 0 0.77 0.15 70 0.69 0.52
Hex BD D9 31 D 0 4D F 46 45 34
Octal 275 331 61 15 0 115 17 106 105 64
Binary 10111101 11011001 110001 1101 0 1001101 1111 1000110 1000101 110100

Color Harmonies of #BDD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD931

Black with #BDD931

Text Example


Text Example

White with #BDD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD931; }

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

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

background-color css

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

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

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

border-color css

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

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

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