Html Css Color HEX #BED135 Fuego

📋 copy color: '#BED135'

red 190 ◦ green 209 ◦ blue 53

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

Shades of Fuego #BED135

Tints of Fuego #BED135

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.24%

 BLUE value IS 53 (21.09% from 255) = 11.73%

R = 42.04%
G = 46.24%
B = 11.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#BED135 (or 0xBED135) is known color: Fuego. HEX triplet: BE, D1 and 35. RGB value is (190,209,53). Sum of RGB (Red+Green+Blue) = 190+209+53=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #BED135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED135 is #412ECA. Grayscale: #BABABA. Windows color (decimal): -4271819 or 3527102. OLE color: 3527102.

HSL color Cylindrical-coordinate representation of color #BED135: hue angle of 67.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BED135 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 53 -
CMYK 0.09 0 0.75 0.18
HSL 67.31º 0.63% 0.51% -
HSV(B) 67.31º 0.75% 0.82% -
XYZ 44.68 56.81 11.98 -
YUV 185.54 53.21 131.18 -
System Red Green Blue C M Y K H S L
Decimal 190 209 53 0.09 0 0.75 0.18 67.31 0.63 0.51
Hex BE D1 35 9 0 4B 12 43 3F 33
Octal 276 321 65 11 0 113 22 103 77 63
Binary 10111110 11010001 110101 1001 0 1001011 10010 1000011 111111 110011

Color Harmonies of #BED135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED135

Black with #BED135

Text Example


Text Example

White with #BED135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED135; }

 p { color: rgb(190,209,53); }

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

background-color css

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

 a { background-color: rgb(190,209,53); }

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

border-color css

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

 span { border-color: rgb(190,209,53); }

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