Html Css Color HEX #BED230 Fuego

📋 copy color: '#BED230'

red 190 ◦ green 210 ◦ blue 48

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

Shades of Fuego #BED230

Tints of Fuego #BED230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.88%

 BLUE value IS 48 (19.14% from 255) = 10.71%

R = 42.41%
G = 46.88%
B = 10.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BED230 (or 0xBED230) is known color: Fuego. HEX triplet: BE, D2 and 30. RGB value is (190,210,48). Sum of RGB (Red+Green+Blue) = 190+210+48=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #BED230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED230 is #412DCF. Grayscale: #BABABA. Windows color (decimal): -4271568 or 3199678. OLE color: 3199678.

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

Color convert

RGB 190 210 48 -
CMYK 0.10 0 0.77 0.18
HSL 67.41º 0.64% 0.51% -
HSV(B) 67.41º 0.77% 0.82% -
XYZ 44.82 57.25 11.49 -
YUV 185.55 50.37 131.17 -
System Red Green Blue C M Y K H S L
Decimal 190 210 48 0.10 0 0.77 0.18 67.41 0.64 0.51
Hex BE D2 30 A 0 4D 12 43 40 33
Octal 276 322 60 12 0 115 22 103 100 63
Binary 10111110 11010010 110000 1010 0 1001101 10010 1000011 1000000 110011

Color Harmonies of #BED230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED230

Black with #BED230

Text Example


Text Example

White with #BED230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED230; }

 p { color: rgb(190,210,48); }

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

background-color css

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

 a { background-color: rgb(190,210,48); }

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

border-color css

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

 span { border-color: rgb(190,210,48); }

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