Html Css Color HEX #BDD329 Fuego

📋 copy color: '#BDD329'

red 189 ◦ green 211 ◦ blue 41

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

Shades of Fuego #BDD329

Tints of Fuego #BDD329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.3%

R = 42.86%
G = 47.85%
B = 9.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#BDD329 (or 0xBDD329) is known color: Fuego. HEX triplet: BD, D3 and 29. RGB value is (189,211,41). Sum of RGB (Red+Green+Blue) = 189+211+41=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD329 is #422CD6. Grayscale: #B9B9B9. Windows color (decimal): -4336855 or 2741181. OLE color: 2741181.

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

Color convert

RGB 189 211 41 -
CMYK 0.10 0 0.81 0.17
HSL 67.76º 0.67% 0.49% -
HSV(B) 67.76º 0.81% 0.83% -
XYZ 44.68 57.57 10.85 -
YUV 185.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 189 211 41 0.10 0 0.81 0.17 67.76 0.67 0.49
Hex BD D3 29 A 0 51 11 44 43 31
Octal 275 323 51 12 0 121 21 104 103 61
Binary 10111101 11010011 101001 1010 0 1010001 10001 1000100 1000011 110001

Color Harmonies of #BDD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD329

Black with #BDD329

Text Example


Text Example

White with #BDD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD329; }

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

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

background-color css

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

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

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

border-color css

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

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

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