Html Css Color HEX #BED71C Fuego

📋 copy color: '#BED71C'

red 190 ◦ green 215 ◦ blue 28

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

Shades of Fuego #BED71C

Tints of Fuego #BED71C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.65%

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 43.88%
G = 49.65%
B = 6.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BED71C (or 0xBED71C) is known color: Fuego. HEX triplet: BE, D7 and 1C. RGB value is (190,215,28). Sum of RGB (Red+Green+Blue) = 190+215+28=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #BED71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED71C is #4128E3. Grayscale: #BABABA. Windows color (decimal): -4270308 or 1890238. OLE color: 1890238.

HSL color Cylindrical-coordinate representation of color #BED71C: hue angle of 68.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BED71C is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 28 -
CMYK 0.12 0 0.87 0.16
HSL 68.02º 0.77% 0.48% -
HSV(B) 68.02º 0.87% 0.84% -
XYZ 45.75 59.63 10.2 -
YUV 186.21 38.72 130.71 -
System Red Green Blue C M Y K H S L
Decimal 190 215 28 0.12 0 0.87 0.16 68.02 0.77 0.48
Hex BE D7 1C C 0 57 10 44 4D 30
Octal 276 327 34 14 0 127 20 104 115 60
Binary 10111110 11010111 11100 1100 0 1010111 10000 1000100 1001101 110000

Color Harmonies of #BED71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED71C

Black with #BED71C

Text Example


Text Example

White with #BED71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED71C; }

 p { color: rgb(190,215,28); }

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

background-color css

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

 a { background-color: rgb(190,215,28); }

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

border-color css

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

 span { border-color: rgb(190,215,28); }

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