#BDC834

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

Shades of Fuego #BDC834

Tints of Fuego #BDC834

Color information

#BDC834 (or 0xBDC834) is unknown color: approx Fuego. HEX triplet: BD, C8 and 34. RGB value is (189,200,52). Sum of RGB (Red+Green+Blue) = 189+200+52=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC834 is #4237CB. Grayscale: #B4B4B4. Windows color (decimal): -4339660 or 3459261. OLE color: 3459261.

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

Color convert

RGB18920052-
CMYK0.0600.740.22
HSL64.46º58.73%49.41%-
HSV(B)64.46º74%78.43%-
XYZ42.2652.3811.13-
YUV179.8455.86134.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 52 (20.70% from 255) = 11.79%
R=42.86%
G=45.35%
B=11.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189200520.0600.740.2264.4658.7349.41
HexBDC834604A16403b31
Octal2753106460112261007361
Binary101111011100100011010011001001010101101000000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC834; }

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

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

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

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

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

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

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

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