#BDC829

Color #BDC829 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BDC829

Tints of Fuego #BDC829

Color information

#BDC829 (or 0xBDC829) is unknown color: approx Fuego. HEX triplet: BD, C8 and 29. RGB value is (189,200,41). Sum of RGB (Red+Green+Blue) = 189+200+41=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC829 is #4237D6. Grayscale: #B3B3B3. Windows color (decimal): -4339671 or 2738365. OLE color: 2738365.

HSL color Cylindrical-coordinate representation of color #BDC829: hue angle of 64.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC829 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB18920041-
CMYK0.0600.800.22
HSL64.15º65.98%47.25%-
HSV(B)64.15º79.5%78.43%-
XYZ42.0452.299.97-
YUV178.5850.36135.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 200 (78.52% from 255) = 46.51%
BLUE value IS 41 (16.41% from 255) = 9.53%
R=43.95%
G=46.51%
B=9.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200410.0600.800.2264.1565.9847.25
HexBDC82960501640422f
Octal27531051601202610010257
Binary1011110111001000101001110010100001011010000001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC829; }

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

 H1.HeaderClassName
 {
   color: #BDC829;
 }
 .AnyTagClassName
 {
   color: #BDC829;
 }
</style>
background-color css

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

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

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

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

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

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