Html Css Color HEX #BDE329 Fuego

📋 copy color: '#BDE329'

red 189 ◦ green 227 ◦ blue 41

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

Shades of Fuego #BDE329

Tints of Fuego #BDE329

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.67%

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

R = 41.36%
G = 49.67%
B = 8.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#BDE329 (or 0xBDE329) is known color: Fuego. HEX triplet: BD, E3 and 29. RGB value is (189,227,41). Sum of RGB (Red+Green+Blue) = 189+227+41=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE329 is #421CD6. Grayscale: #C3C3C3. Windows color (decimal): -4332759 or 2745277. OLE color: 2745277.

HSL color Cylindrical-coordinate representation of color #BDE329: hue angle of 72.26º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE329 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 41 -
CMYK 0.17 0 0.82 0.11
HSL 72.26º 0.77% 0.53% -
HSV(B) 72.26º 0.82% 0.89% -
XYZ 48.86 65.92 12.25 -
YUV 194.43 41.41 124.12 -
System Red Green Blue C M Y K H S L
Decimal 189 227 41 0.17 0 0.82 0.11 72.26 0.77 0.53
Hex BD E3 29 11 0 52 B 48 4D 35
Octal 275 343 51 21 0 122 13 110 115 65
Binary 10111101 11100011 101001 10001 0 1010010 1011 1001000 1001101 110101

Color Harmonies of #BDE329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE329

Black with #BDE329

Text Example


Text Example

White with #BDE329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE329; }

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

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

background-color css

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

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

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

border-color css

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

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

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