Html Css Color HEX #BED415 Rio Grande

📋 copy color: '#BED415'

red 190 ◦ green 212 ◦ blue 21

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

Shades of Rio Grande #BED415

Tints of Rio Grande #BED415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.12%

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 44.92%
G = 50.12%
B = 4.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#BED415 (or 0xBED415) is known color: Rio Grande. HEX triplet: BE, D4 and 15. RGB value is (190,212,21). Sum of RGB (Red+Green+Blue) = 190+212+21=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #BED415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED415 is #412BEA. Grayscale: #B8B8B8. Windows color (decimal): -4271083 or 1430718. OLE color: 1430718.

HSL color Cylindrical-coordinate representation of color #BED415: hue angle of 66.91º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BED415 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 21 -
CMYK 0.10 0 0.90 0.17
HSL 66.91º 0.82% 0.46% -
HSV(B) 66.91º 0.9% 0.83% -
XYZ 44.91 58.09 9.55 -
YUV 183.65 36.21 132.53 -
System Red Green Blue C M Y K H S L
Decimal 190 212 21 0.10 0 0.90 0.17 66.91 0.82 0.46
Hex BE D4 15 A 0 5A 11 43 52 2E
Octal 276 324 25 12 0 132 21 103 122 56
Binary 10111110 11010100 10101 1010 0 1011010 10001 1000011 1010010 101110

Color Harmonies of #BED415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED415

Black with #BED415

Text Example


Text Example

White with #BED415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED415; }

 p { color: rgb(190,212,21); }

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

background-color css

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

 a { background-color: rgb(190,212,21); }

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

border-color css

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

 span { border-color: rgb(190,212,21); }

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