Html Css Color HEX #BED212 Rio Grande

📋 copy color: '#BED212'

red 190 ◦ green 210 ◦ blue 18

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

Shades of Rio Grande #BED212

Tints of Rio Grande #BED212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 45.45%
G = 50.24%
B = 4.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#BED212 (or 0xBED212) is known color: Rio Grande. HEX triplet: BE, D2 and 12. RGB value is (190,210,18). Sum of RGB (Red+Green+Blue) = 190+210+18=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #BED212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED212 is #412DED. Grayscale: #B6B6B6. Windows color (decimal): -4271598 or 1233598. OLE color: 1233598.

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

Color convert

RGB 190 210 18 -
CMYK 0.10 0 0.91 0.18
HSL 66.25º 0.84% 0.45% -
HSV(B) 66.25º 0.91% 0.82% -
XYZ 44.39 57.08 9.25 -
YUV 182.13 35.37 133.61 -
System Red Green Blue C M Y K H S L
Decimal 190 210 18 0.10 0 0.91 0.18 66.25 0.84 0.45
Hex BE D2 12 A 0 5B 12 42 54 2D
Octal 276 322 22 12 0 133 22 102 124 55
Binary 10111110 11010010 10010 1010 0 1011011 10010 1000010 1010100 101101

Color Harmonies of #BED212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED212

Black with #BED212

Text Example


Text Example

White with #BED212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED212; }

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

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

background-color css

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

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

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

border-color css

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

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

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