Html Css Color HEX #BDD932 Fuego

📋 copy color: '#BDD932'

red 189 ◦ green 217 ◦ blue 50

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

Shades of Fuego #BDD932

Tints of Fuego #BDD932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.96%

R = 41.45%
G = 47.59%
B = 10.96%

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

#BDD932 (or 0xBDD932) is known color: Fuego. HEX triplet: BD, D9 and 32. RGB value is (189,217,50). Sum of RGB (Red+Green+Blue) = 189+217+50=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD932 is #4226CD. Grayscale: #BEBEBE. Windows color (decimal): -4335310 or 3332541. OLE color: 3332541.

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

Color convert

RGB 189 217 50 -
CMYK 0.13 0 0.77 0.15
HSL 70.06º 0.69% 0.52% -
HSV(B) 70.06º 0.77% 0.85% -
XYZ 46.37 60.67 12.28 -
YUV 189.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 189 217 50 0.13 0 0.77 0.15 70.06 0.69 0.52
Hex BD D9 32 D 0 4D F 46 45 34
Octal 275 331 62 15 0 115 17 106 105 64
Binary 10111101 11011001 110010 1101 0 1001101 1111 1000110 1000101 110100

Color Harmonies of #BDD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD932

Black with #BDD932

Text Example


Text Example

White with #BDD932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD932; }

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

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

background-color css

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

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

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

border-color css

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

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

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