Html Css Color HEX #BED218 Rio Grande

📋 copy color: '#BED218'

red 190 ◦ green 210 ◦ blue 24

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

Shades of Rio Grande #BED218

Tints of Rio Grande #BED218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 44.81%
G = 49.53%
B = 5.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BED218 (or 0xBED218) is known color: Rio Grande. HEX triplet: BE, D2 and 18. RGB value is (190,210,24). Sum of RGB (Red+Green+Blue) = 190+210+24=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #BED218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED218 is #412DE7. Grayscale: #B7B7B7. Windows color (decimal): -4271592 or 1626814. OLE color: 1626814.

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

Color convert

RGB 190 210 24 -
CMYK 0.10 0 0.89 0.18
HSL 66.45º 0.79% 0.46% -
HSV(B) 66.45º 0.89% 0.82% -
XYZ 44.45 57.11 9.54 -
YUV 182.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 190 210 24 0.10 0 0.89 0.18 66.45 0.79 0.46
Hex BE D2 18 A 0 59 12 42 4F 2E
Octal 276 322 30 12 0 131 22 102 117 56
Binary 10111110 11010010 11000 1010 0 1011001 10010 1000010 1001111 101110

Color Harmonies of #BED218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED218

Black with #BED218

Text Example


Text Example

White with #BED218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED218; }

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

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

background-color css

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

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

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

border-color css

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

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

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