Html Css Color HEX #BDD831 Fuego

📋 copy color: '#BDD831'

red 189 ◦ green 216 ◦ blue 49

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

Shades of Fuego #BDD831

Tints of Fuego #BDD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

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

R = 41.63%
G = 47.58%
B = 10.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#BDD831 (or 0xBDD831) is known color: Fuego. HEX triplet: BD, D8 and 31. RGB value is (189,216,49). Sum of RGB (Red+Green+Blue) = 189+216+49=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD831 is #4227CE. Grayscale: #BDBDBD. Windows color (decimal): -4335567 or 3266749. OLE color: 3266749.

HSL color Cylindrical-coordinate representation of color #BDD831: hue angle of 69.7º degrees, saturation: 0.68, 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 #BDD831 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 49 -
CMYK 0.12 0 0.77 0.15
HSL 69.7º 0.68% 0.52% -
HSV(B) 69.7º 0.77% 0.85% -
XYZ 46.1 60.15 12.09 -
YUV 188.89 49.05 128.08 -
System Red Green Blue C M Y K H S L
Decimal 189 216 49 0.12 0 0.77 0.15 69.7 0.68 0.52
Hex BD D8 31 C 0 4D F 46 44 34
Octal 275 330 61 14 0 115 17 106 104 64
Binary 10111101 11011000 110001 1100 0 1001101 1111 1000110 1000100 110100

Color Harmonies of #BDD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD831

Black with #BDD831

Text Example


Text Example

White with #BDD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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