Html Css Color HEX #BDD029 Fuego

📋 copy color: '#BDD029'

red 189 ◦ green 208 ◦ blue 41

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

Shades of Fuego #BDD029

Tints of Fuego #BDD029

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

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

R = 43.15%
G = 47.49%
B = 9.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#BDD029 (or 0xBDD029) is known color: Fuego. HEX triplet: BD, D0 and 29. RGB value is (189,208,41). Sum of RGB (Red+Green+Blue) = 189+208+41=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD029 is #422FD6. Grayscale: #B7B7B7. Windows color (decimal): -4337623 or 2740413. OLE color: 2740413.

HSL color Cylindrical-coordinate representation of color #BDD029: hue angle of 66.83º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDD029 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 41 -
CMYK 0.09 0 0.80 0.18
HSL 66.83º 0.67% 0.49% -
HSV(B) 66.83º 0.8% 0.82% -
XYZ 43.94 56.09 10.61 -
YUV 183.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 189 208 41 0.09 0 0.80 0.18 66.83 0.67 0.49
Hex BD D0 29 9 0 50 12 43 43 31
Octal 275 320 51 11 0 120 22 103 103 61
Binary 10111101 11010000 101001 1001 0 1010000 10010 1000011 1000011 110001

Color Harmonies of #BDD029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD029

Black with #BDD029

Text Example


Text Example

White with #BDD029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD029; }

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

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

background-color css

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

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

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

border-color css

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

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

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