Html Css Color HEX #BED52C Fuego

📋 copy color: '#BED52C'

red 190 ◦ green 213 ◦ blue 44

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

Shades of Fuego #BED52C

Tints of Fuego #BED52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.84%

R = 42.51%
G = 47.65%
B = 9.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#BED52C (or 0xBED52C) is known color: Fuego. HEX triplet: BE, D5 and 2C. RGB value is (190,213,44). Sum of RGB (Red+Green+Blue) = 190+213+44=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #BED52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED52C is #412AD3. Grayscale: #BBBBBB. Windows color (decimal): -4270804 or 2938302. OLE color: 2938302.

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

Color convert

RGB 190 213 44 -
CMYK 0.11 0 0.79 0.16
HSL 68.17º 0.67% 0.5% -
HSV(B) 68.17º 0.79% 0.84% -
XYZ 45.48 58.72 11.32 -
YUV 186.86 47.38 130.24 -
System Red Green Blue C M Y K H S L
Decimal 190 213 44 0.11 0 0.79 0.16 68.17 0.67 0.5
Hex BE D5 2C B 0 4F 10 44 43 32
Octal 276 325 54 13 0 117 20 104 103 62
Binary 10111110 11010101 101100 1011 0 1001111 10000 1000100 1000011 110010

Color Harmonies of #BED52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED52C

Black with #BED52C

Text Example


Text Example

White with #BED52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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