Html Css Color HEX #BDDA31 Fuego

📋 copy color: '#BDDA31'

red 189 ◦ green 218 ◦ blue 49

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

Shades of Fuego #BDDA31

Tints of Fuego #BDDA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

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

R = 41.45%
G = 47.81%
B = 10.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BDDA31 (or 0xBDDA31) is known color: Fuego. HEX triplet: BD, DA and 31. RGB value is (189,218,49). Sum of RGB (Red+Green+Blue) = 189+218+49=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA31 is #4225CE. Grayscale: #BEBEBE. Windows color (decimal): -4335055 or 3267261. OLE color: 3267261.

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

Color convert

RGB 189 218 49 -
CMYK 0.13 0 0.78 0.15
HSL 70.3º 0.7% 0.52% -
HSV(B) 70.3º 0.78% 0.85% -
XYZ 46.61 61.18 12.26 -
YUV 190.06 48.39 127.24 -
System Red Green Blue C M Y K H S L
Decimal 189 218 49 0.13 0 0.78 0.15 70.3 0.7 0.52
Hex BD DA 31 D 0 4E F 46 46 34
Octal 275 332 61 15 0 116 17 106 106 64
Binary 10111101 11011010 110001 1101 0 1001110 1111 1000110 1000110 110100

Color Harmonies of #BDDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA31

Black with #BDDA31

Text Example


Text Example

White with #BDDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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