Html Css Color HEX #BDD331 Fuego

📋 copy color: '#BDD331'

red 189 ◦ green 211 ◦ blue 49

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

Shades of Fuego #BDD331

Tints of Fuego #BDD331

RGB

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

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

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

R = 42.09%
G = 46.99%
B = 10.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#BDD331 (or 0xBDD331) is known color: Fuego. HEX triplet: BD, D3 and 31. RGB value is (189,211,49). Sum of RGB (Red+Green+Blue) = 189+211+49=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD331 is #422CCE. Grayscale: #BABABA. Windows color (decimal): -4336847 or 3265469. OLE color: 3265469.

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

Color convert

RGB 189 211 49 -
CMYK 0.10 0 0.77 0.17
HSL 68.15º 0.65% 0.51% -
HSV(B) 68.15º 0.77% 0.83% -
XYZ 44.83 57.63 11.67 -
YUV 185.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 189 211 49 0.10 0 0.77 0.17 68.15 0.65 0.51
Hex BD D3 31 A 0 4D 11 44 41 33
Octal 275 323 61 12 0 115 21 104 101 63
Binary 10111101 11010011 110001 1010 0 1001101 10001 1000100 1000001 110011

Color Harmonies of #BDD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD331

Black with #BDD331

Text Example


Text Example

White with #BDD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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