Html Css Color HEX #BED323 Fuego

📋 copy color: '#BED323'

red 190 ◦ green 211 ◦ blue 35

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

Shades of Fuego #BED323

Tints of Fuego #BED323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.39%

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

R = 43.58%
G = 48.39%
B = 8.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#BED323 (or 0xBED323) is known color: Fuego. HEX triplet: BE, D3 and 23. RGB value is (190,211,35). Sum of RGB (Red+Green+Blue) = 190+211+35=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #BED323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED323 is #412CDC. Grayscale: #B9B9B9. Windows color (decimal): -4271325 or 2347966. OLE color: 2347966.

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

Color convert

RGB 190 211 35 -
CMYK 0.10 0 0.83 0.17
HSL 67.16º 0.72% 0.48% -
HSV(B) 67.16º 0.83% 0.83% -
XYZ 44.83 57.66 10.36 -
YUV 184.66 43.54 131.81 -
System Red Green Blue C M Y K H S L
Decimal 190 211 35 0.10 0 0.83 0.17 67.16 0.72 0.48
Hex BE D3 23 A 0 53 11 43 48 30
Octal 276 323 43 12 0 123 21 103 110 60
Binary 10111110 11010011 100011 1010 0 1010011 10001 1000011 1001000 110000

Color Harmonies of #BED323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED323

Black with #BED323

Text Example


Text Example

White with #BED323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED323; }

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

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

background-color css

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

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

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

border-color css

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

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

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