Html Css Color HEX #BED334 Fuego

📋 copy color: '#BED334'

red 190 ◦ green 211 ◦ blue 52

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

Shades of Fuego #BED334

Tints of Fuego #BED334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.48%

R = 41.94%
G = 46.58%
B = 11.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#BED334 (or 0xBED334) is known color: Fuego. HEX triplet: BE, D3 and 34. RGB value is (190,211,52). Sum of RGB (Red+Green+Blue) = 190+211+52=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #BED334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED334 is #412CCB. Grayscale: #BBBBBB. Windows color (decimal): -4271308 or 3462078. OLE color: 3462078.

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

Color convert

RGB 190 211 52 -
CMYK 0.10 0 0.75 0.17
HSL 67.92º 0.64% 0.52% -
HSV(B) 67.92º 0.75% 0.83% -
XYZ 45.15 57.78 12.02 -
YUV 186.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 190 211 52 0.10 0 0.75 0.17 67.92 0.64 0.52
Hex BE D3 34 A 0 4B 11 44 40 34
Octal 276 323 64 12 0 113 21 104 100 64
Binary 10111110 11010011 110100 1010 0 1001011 10001 1000100 1000000 110100

Color Harmonies of #BED334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED334

Black with #BED334

Text Example


Text Example

White with #BED334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED334; }

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

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

background-color css

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

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

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

border-color css

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

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

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