Html Css Color HEX #BED020 Rio Grande

📋 copy color: '#BED020'

red 190 ◦ green 208 ◦ blue 32

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

Shades of Rio Grande #BED020

Tints of Rio Grande #BED020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.44%

R = 44.19%
G = 48.37%
B = 7.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BED020 (or 0xBED020) is known color: Rio Grande. HEX triplet: BE, D0 and 20. RGB value is (190,208,32). Sum of RGB (Red+Green+Blue) = 190+208+32=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #BED020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED020 is #412FDF. Grayscale: #B7B7B7. Windows color (decimal): -4272096 or 2150590. OLE color: 2150590.

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

Color convert

RGB 190 208 32 -
CMYK 0.09 0 0.85 0.18
HSL 66.14º 0.73% 0.47% -
HSV(B) 66.14º 0.85% 0.82% -
XYZ 44.05 56.16 9.89 -
YUV 182.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 190 208 32 0.09 0 0.85 0.18 66.14 0.73 0.47
Hex BE D0 20 9 0 55 12 42 49 2F
Octal 276 320 40 11 0 125 22 102 111 57
Binary 10111110 11010000 100000 1001 0 1010101 10010 1000010 1001001 101111

Color Harmonies of #BED020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED020

Black with #BED020

Text Example


Text Example

White with #BED020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED020; }

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

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

background-color css

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

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

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

border-color css

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

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

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