#BDC234

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

Shades of Fuego #BDC234

Tints of Fuego #BDC234

Color information

#BDC234 (or 0xBDC234) is unknown color: approx Fuego. HEX triplet: BD, C2 and 34. RGB value is (189,194,52). Sum of RGB (Red+Green+Blue) = 189+194+52=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC234 is #423DCB. Grayscale: #B0B0B0. Windows color (decimal): -4341196 or 3457725. OLE color: 3457725.

HSL color Cylindrical-coordinate representation of color #BDC234: hue angle of 62.11º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC234 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB18919452-
CMYK0.0300.730.24
HSL62.11º57.72%48.24%-
HSV(B)62.11º73.2%76.08%-
XYZ40.949.6510.68-
YUV176.3257.84137.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 52 (20.70% from 255) = 11.95%
R=43.45%
G=44.60%
B=11.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194520.0300.730.2462.1157.7248.24
HexBDC2343049183e3a30
Octal275302643011130767260
Binary1011110111000010110100110100100111000111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC234; }

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

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

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

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

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

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

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

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