Html Css Color HEX #BED715 Rio Grande

📋 copy color: '#BED715'

red 190 ◦ green 215 ◦ blue 21

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

Shades of Rio Grande #BED715

Tints of Rio Grande #BED715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.47%

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

R = 44.6%
G = 50.47%
B = 4.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BED715 (or 0xBED715) is known color: Rio Grande. HEX triplet: BE, D7 and 15. RGB value is (190,215,21). Sum of RGB (Red+Green+Blue) = 190+215+21=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #BED715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED715 is #4128EA. Grayscale: #BABABA. Windows color (decimal): -4270315 or 1431486. OLE color: 1431486.

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

Color convert

RGB 190 215 21 -
CMYK 0.12 0 0.90 0.16
HSL 67.73º 0.82% 0.46% -
HSV(B) 67.73º 0.9% 0.84% -
XYZ 45.67 59.6 9.81 -
YUV 185.41 35.22 131.27 -
System Red Green Blue C M Y K H S L
Decimal 190 215 21 0.12 0 0.90 0.16 67.73 0.82 0.46
Hex BE D7 15 C 0 5A 10 44 52 2E
Octal 276 327 25 14 0 132 20 104 122 56
Binary 10111110 11010111 10101 1100 0 1011010 10000 1000100 1010010 101110

Color Harmonies of #BED715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED715

Black with #BED715

Text Example


Text Example

White with #BED715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED715; }

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

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

background-color css

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

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

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

border-color css

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

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

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