Html Css Color HEX #BED423 Fuego

📋 copy color: '#BED423'

red 190 ◦ green 212 ◦ blue 35

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

Shades of Fuego #BED423

Tints of Fuego #BED423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

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

R = 43.48%
G = 48.51%
B = 8.01%

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

#BED423 (or 0xBED423) is known color: Fuego. HEX triplet: BE, D4 and 23. RGB value is (190,212,35). Sum of RGB (Red+Green+Blue) = 190+212+35=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #BED423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED423 is #412BDC. Grayscale: #B9B9B9. Windows color (decimal): -4271069 or 2348222. OLE color: 2348222.

HSL color Cylindrical-coordinate representation of color #BED423: hue angle of 67.46º 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 #BED423 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 35 -
CMYK 0.10 0 0.83 0.17
HSL 67.46º 0.72% 0.48% -
HSV(B) 67.46º 0.83% 0.83% -
XYZ 45.08 58.16 10.44 -
YUV 185.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 190 212 35 0.10 0 0.83 0.17 67.46 0.72 0.48
Hex BE D4 23 A 0 53 11 43 48 30
Octal 276 324 43 12 0 123 21 103 110 60
Binary 10111110 11010100 100011 1010 0 1010011 10001 1000011 1001000 110000

Color Harmonies of #BED423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED423

Black with #BED423

Text Example


Text Example

White with #BED423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED423; }

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

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

background-color css

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

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

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

border-color css

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

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

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