Html Css Color HEX #BDE929 Fuego

📋 copy color: '#BDE929'

red 189 ◦ green 233 ◦ blue 41

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

Shades of Fuego #BDE929

Tints of Fuego #BDE929

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.32%

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

R = 40.82%
G = 50.32%
B = 8.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#BDE929 (or 0xBDE929) is known color: Fuego. HEX triplet: BD, E9 and 29. RGB value is (189,233,41). Sum of RGB (Red+Green+Blue) = 189+233+41=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE929 is #4216D6. Grayscale: #C6C6C6. Windows color (decimal): -4331223 or 2746813. OLE color: 2746813.

HSL color Cylindrical-coordinate representation of color #BDE929: hue angle of 73.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE929 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 41 -
CMYK 0.19 0 0.82 0.09
HSL 73.75º 0.81% 0.54% -
HSV(B) 73.75º 0.82% 0.91% -
XYZ 50.53 69.26 12.8 -
YUV 197.96 39.42 121.61 -
System Red Green Blue C M Y K H S L
Decimal 189 233 41 0.19 0 0.82 0.09 73.75 0.81 0.54
Hex BD E9 29 13 0 52 9 4A 51 36
Octal 275 351 51 23 0 122 11 112 121 66
Binary 10111101 11101001 101001 10011 0 1010010 1001 1001010 1010001 110110

Color Harmonies of #BDE929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE929

Black with #BDE929

Text Example


Text Example

White with #BDE929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE929; }

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

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

background-color css

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

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

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

border-color css

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

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

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