#BDC838

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

Shades of Fuego #BDC838

Tints of Fuego #BDC838

Color information

#BDC838 (or 0xBDC838) is unknown color: approx Fuego. HEX triplet: BD, C8 and 38. RGB value is (189,200,56). Sum of RGB (Red+Green+Blue) = 189+200+56=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC838 is #4237C7. Grayscale: #B4B4B4. Windows color (decimal): -4339656 or 3721405. OLE color: 3721405.

HSL color Cylindrical-coordinate representation of color #BDC838: hue angle of 64.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC838 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB18920056-
CMYK0.0600.720.22
HSL64.58º56.69%50.2%-
HSV(B)64.58º72%78.43%-
XYZ42.3552.4111.63-
YUV180.357.86134.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 200 (78.52% from 255) = 44.94%
BLUE value IS 56 (22.27% from 255) = 12.58%
R=42.47%
G=44.94%
B=12.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200560.0600.720.2264.5856.6950.2
HexBDC838604816413932
Octal2753107060110261017162
Binary101111011100100011100011001001000101101000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC838; }

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

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

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

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

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

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

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

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