Html Css Color HEX #BEDA1B Fuego

📋 copy color: '#BEDA1B'

red 190 ◦ green 218 ◦ blue 27

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

Shades of Fuego #BEDA1B

Tints of Fuego #BEDA1B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

 BLUE value IS 27 (10.94% from 255) = 6.21%

R = 43.68%
G = 50.11%
B = 6.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BEDA1B (or 0xBEDA1B) is known color: Fuego. HEX triplet: BE, DA and 1B. RGB value is (190,218,27). Sum of RGB (Red+Green+Blue) = 190+218+27=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA1B is #4125E4. Grayscale: #BCBCBC. Windows color (decimal): -4269541 or 1825470. OLE color: 1825470.

HSL color Cylindrical-coordinate representation of color #BEDA1B: hue angle of 68.8º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEDA1B is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 27 -
CMYK 0.13 0 0.88 0.15
HSL 68.8º 0.78% 0.48% -
HSV(B) 68.8º 0.88% 0.85% -
XYZ 46.5 61.17 10.39 -
YUV 187.85 37.22 129.53 -
System Red Green Blue C M Y K H S L
Decimal 190 218 27 0.13 0 0.88 0.15 68.8 0.78 0.48
Hex BE DA 1B D 0 58 F 45 4E 30
Octal 276 332 33 15 0 130 17 105 116 60
Binary 10111110 11011010 11011 1101 0 1011000 1111 1000101 1001110 110000

Color Harmonies of #BEDA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA1B

Black with #BEDA1B

Text Example


Text Example

White with #BEDA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA1B; }

 p { color: rgb(190,218,27); }

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

background-color css

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

 a { background-color: rgb(190,218,27); }

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

border-color css

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

 span { border-color: rgb(190,218,27); }

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