Html Css Color HEX #BED223 Fuego

📋 copy color: '#BED223'

red 190 ◦ green 210 ◦ blue 35

#BED223
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BED223

Tints of Fuego #BED223

RGB

 RED value IS 190 (74.61% from 255) = 43.68%

 GREEN value IS 210 (82.42% from 255) = 48.28%

 BLUE value IS 35 (14.06% from 255) = 8.05%

R = 43.68%
G = 48.28%
B = 8.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#BED223 (or 0xBED223) is known color: Fuego. HEX triplet: BE, D2 and 23. RGB value is (190,210,35). Sum of RGB (Red+Green+Blue) = 190+210+35=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #BED223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED223 is #412DDC. Grayscale: #B8B8B8. Windows color (decimal): -4271581 or 2347710. OLE color: 2347710.

HSL color Cylindrical-coordinate representation of color #BED223: hue angle of 66.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BED223 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 35 -
CMYK 0.10 0 0.83 0.18
HSL 66.86º 0.71% 0.48% -
HSV(B) 66.86º 0.83% 0.82% -
XYZ 44.59 57.16 10.27 -
YUV 184.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 190 210 35 0.10 0 0.83 0.18 66.86 0.71 0.48
Hex BE D2 23 A 0 53 12 43 47 30
Octal 276 322 43 12 0 123 22 103 107 60
Binary 10111110 11010010 100011 1010 0 1010011 10010 1000011 1000111 110000

Color Harmonies of #BED223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED223

Black with #BED223

Text Example


Text Example

White with #BED223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED223; }

 p { color: rgb(190,210,35); }

 H1.HeaderClassName
 {
   color: #BED223;
 }
 .AnyTagClassName
 {
   color: #BED223;
 }
</style>

background-color css

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

 a { background-color: rgb(190,210,35); }

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

border-color css

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

 span { border-color: rgb(190,210,35); }

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