Html Css Color HEX #BED52A Fuego

📋 copy color: '#BED52A'

red 190 ◦ green 213 ◦ blue 42

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

Shades of Fuego #BED52A

Tints of Fuego #BED52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

 BLUE value IS 42 (16.8% from 255) = 9.44%

R = 42.7%
G = 47.87%
B = 9.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#BED52A (or 0xBED52A) is known color: Fuego. HEX triplet: BE, D5 and 2A. RGB value is (190,213,42). Sum of RGB (Red+Green+Blue) = 190+213+42=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #BED52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED52A is #412AD5. Grayscale: #BBBBBB. Windows color (decimal): -4270806 or 2807230. OLE color: 2807230.

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

Color convert

RGB 190 213 42 -
CMYK 0.11 0 0.80 0.16
HSL 68.07º 0.67% 0.5% -
HSV(B) 68.07º 0.8% 0.84% -
XYZ 45.45 58.7 11.13 -
YUV 186.63 46.38 130.4 -
System Red Green Blue C M Y K H S L
Decimal 190 213 42 0.11 0 0.80 0.16 68.07 0.67 0.5
Hex BE D5 2A B 0 50 10 44 43 32
Octal 276 325 52 13 0 120 20 104 103 62
Binary 10111110 11010101 101010 1011 0 1010000 10000 1000100 1000011 110010

Color Harmonies of #BED52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED52A

Black with #BED52A

Text Example


Text Example

White with #BED52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED52A; }

 p { color: rgb(190,213,42); }

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

background-color css

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

 a { background-color: rgb(190,213,42); }

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

border-color css

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

 span { border-color: rgb(190,213,42); }

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