Html Css Color HEX #BED328 Fuego

📋 copy color: '#BED328'

red 190 ◦ green 211 ◦ blue 40

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

Shades of Fuego #BED328

Tints of Fuego #BED328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.85%

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 43.08%
G = 47.85%
B = 9.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#BED328 (or 0xBED328) is known color: Fuego. HEX triplet: BE, D3 and 28. RGB value is (190,211,40). Sum of RGB (Red+Green+Blue) = 190+211+40=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #BED328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED328 is #412CD7. Grayscale: #B9B9B9. Windows color (decimal): -4271320 or 2675646. OLE color: 2675646.

HSL color Cylindrical-coordinate representation of color #BED328: hue angle of 67.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BED328 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 40 -
CMYK 0.10 0 0.81 0.17
HSL 67.37º 0.68% 0.49% -
HSV(B) 67.37º 0.81% 0.83% -
XYZ 44.91 57.69 10.78 -
YUV 185.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 190 211 40 0.10 0 0.81 0.17 67.37 0.68 0.49
Hex BE D3 28 A 0 51 11 43 44 31
Octal 276 323 50 12 0 121 21 103 104 61
Binary 10111110 11010011 101000 1010 0 1010001 10001 1000011 1000100 110001

Color Harmonies of #BED328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED328

Black with #BED328

Text Example


Text Example

White with #BED328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED328; }

 p { color: rgb(190,211,40); }

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

background-color css

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

 a { background-color: rgb(190,211,40); }

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

border-color css

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

 span { border-color: rgb(190,211,40); }

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