Html Css Color HEX #BEC61F Rio Grande

📋 copy color: '#BEC61F'

red 190 ◦ green 198 ◦ blue 31

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

Shades of Rio Grande #BEC61F

Tints of Rio Grande #BEC61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.4%

R = 45.35%
G = 47.26%
B = 7.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BEC61F (or 0xBEC61F) is known color: Rio Grande. HEX triplet: BE, C6 and 1F. RGB value is (190,198,31). Sum of RGB (Red+Green+Blue) = 190+198+31=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC61F is #4139E0. Grayscale: #B1B1B1. Windows color (decimal): -4274657 or 2082494. OLE color: 2082494.

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

Color convert

RGB 190 198 31 -
CMYK 0.04 0 0.84 0.22
HSL 62.87º 0.73% 0.45% -
HSV(B) 62.87º 0.84% 0.78% -
XYZ 41.68 51.43 9.03 -
YUV 176.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 190 198 31 0.04 0 0.84 0.22 62.87 0.73 0.45
Hex BE C6 1F 4 0 54 16 3F 49 2D
Octal 276 306 37 4 0 124 26 77 111 55
Binary 10111110 11000110 11111 100 0 1010100 10110 111111 1001001 101101

Color Harmonies of #BEC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC61F

Black with #BEC61F

Text Example


Text Example

White with #BEC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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