Html Css Color HEX #BEC61E Rio Grande

📋 copy color: '#BEC61E'

red 190 ◦ green 198 ◦ blue 30

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

Shades of Rio Grande #BEC61E

Tints of Rio Grande #BEC61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.37%

 BLUE value IS 30 (12.11% from 255) = 7.18%

R = 45.45%
G = 47.37%
B = 7.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#BEC61E (or 0xBEC61E) is known color: Rio Grande. HEX triplet: BE, C6 and 1E. RGB value is (190,198,30). Sum of RGB (Red+Green+Blue) = 190+198+30=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC61E is #4139E1. Grayscale: #B1B1B1. Windows color (decimal): -4274658 or 2016958. OLE color: 2016958.

HSL color Cylindrical-coordinate representation of color #BEC61E: hue angle of 62.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC61E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 30 -
CMYK 0.04 0 0.85 0.22
HSL 62.86º 0.74% 0.45% -
HSV(B) 62.86º 0.85% 0.78% -
XYZ 41.66 51.43 8.96 -
YUV 176.46 45.35 137.66 -
System Red Green Blue C M Y K H S L
Decimal 190 198 30 0.04 0 0.85 0.22 62.86 0.74 0.45
Hex BE C6 1E 4 0 55 16 3F 4A 2D
Octal 276 306 36 4 0 125 26 77 112 55
Binary 10111110 11000110 11110 100 0 1010101 10110 111111 1001010 101101

Color Harmonies of #BEC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC61E

Black with #BEC61E

Text Example


Text Example

White with #BEC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC61E; }

 p { color: rgb(190,198,30); }

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

background-color css

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

 a { background-color: rgb(190,198,30); }

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

border-color css

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

 span { border-color: rgb(190,198,30); }

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