Html Css Color HEX #BED72B Fuego

📋 copy color: '#BED72B'

red 190 ◦ green 215 ◦ blue 43

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

Shades of Fuego #BED72B

Tints of Fuego #BED72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.6%

R = 42.41%
G = 47.99%
B = 9.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#BED72B (or 0xBED72B) is known color: Fuego. HEX triplet: BE, D7 and 2B. RGB value is (190,215,43). Sum of RGB (Red+Green+Blue) = 190+215+43=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #BED72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED72B is #4128D4. Grayscale: #BCBCBC. Windows color (decimal): -4270293 or 2873278. OLE color: 2873278.

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

Color convert

RGB 190 215 43 -
CMYK 0.12 0 0.8 0.16
HSL 68.72º 0.68% 0.51% -
HSV(B) 68.72º 0.8% 0.84% -
XYZ 45.97 59.72 11.39 -
YUV 187.92 46.22 129.49 -
System Red Green Blue C M Y K H S L
Decimal 190 215 43 0.12 0 0.8 0.16 68.72 0.68 0.51
Hex BE D7 2B C 0 50 10 45 44 33
Octal 276 327 53 14 0 120 20 105 104 63
Binary 10111110 11010111 101011 1100 0 1010000 10000 1000101 1000100 110011

Color Harmonies of #BED72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED72B

Black with #BED72B

Text Example


Text Example

White with #BED72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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