#BED633

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

Shades of Fuego #BED633

Tints of Fuego #BED633

Color information

#BED633 (or 0xBED633) is unknown color: approx Fuego. HEX triplet: BE, D6 and 33. RGB value is (190,214,51). Sum of RGB (Red+Green+Blue) = 190+214+51=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #BED633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED633 is #4129CC. Grayscale: #BCBCBC. Windows color (decimal): -4270541 or 3397310. OLE color: 3397310.

HSL color Cylindrical-coordinate representation of color #BED633: hue angle of 68.83º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED633 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB19021451-
CMYK0.1100.760.16
HSL68.83º66.53%51.96%-
HSV(B)68.83º76.17%83.92%-
XYZ45.8859.2812.16-
YUV188.2450.55129.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 51 (20.31% from 255) = 11.21%
R=41.76%
G=47.03%
B=11.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190214510.1100.760.1668.8366.5351.96
HexBED633B04C10454334
Octal276326631301142010510364
Binary10111110110101101100111011010011001000010001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED633; }

 p { color: rgb(190,214,51); }

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

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

 a { background-color: rgb(190,214,51); }

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

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

 span { border-color: rgb(190,214,51); }

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