Html Css Color HEX #BED014 Rio Grande

📋 copy color: '#BED014'

red 190 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #BED014

Tints of Rio Grande #BED014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.76%

 BLUE value IS 20 (8.2% from 255) = 4.78%

R = 45.45%
G = 49.76%
B = 4.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BED014 (or 0xBED014) is known color: Rio Grande. HEX triplet: BE, D0 and 14. RGB value is (190,208,20). Sum of RGB (Red+Green+Blue) = 190+208+20=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #BED014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED014 is #412FEB. Grayscale: #B5B5B5. Windows color (decimal): -4272108 or 1364158. OLE color: 1364158.

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

Color convert

RGB 190 208 20 -
CMYK 0.09 0 0.90 0.18
HSL 65.74º 0.82% 0.45% -
HSV(B) 65.74º 0.9% 0.82% -
XYZ 43.92 56.11 9.18 -
YUV 181.19 37.04 134.29 -
System Red Green Blue C M Y K H S L
Decimal 190 208 20 0.09 0 0.90 0.18 65.74 0.82 0.45
Hex BE D0 14 9 0 5A 12 42 52 2D
Octal 276 320 24 11 0 132 22 102 122 55
Binary 10111110 11010000 10100 1001 0 1011010 10010 1000010 1010010 101101

Color Harmonies of #BED014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED014

Black with #BED014

Text Example


Text Example

White with #BED014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED014; }

 p { color: rgb(190,208,20); }

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

background-color css

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

 a { background-color: rgb(190,208,20); }

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

border-color css

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

 span { border-color: rgb(190,208,20); }

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