Html Css Color HEX #BEC71A Rio Grande

📋 copy color: '#BEC71A'

red 190 ◦ green 199 ◦ blue 26

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

Shades of Rio Grande #BEC71A

Tints of Rio Grande #BEC71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.95%

 BLUE value IS 26 (10.55% from 255) = 6.27%

R = 45.78%
G = 47.95%
B = 6.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BEC71A (or 0xBEC71A) is known color: Rio Grande. HEX triplet: BE, C7 and 1A. RGB value is (190,199,26). Sum of RGB (Red+Green+Blue) = 190+199+26=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC71A is #4138E5. Grayscale: #B1B1B1. Windows color (decimal): -4274406 or 1755070. OLE color: 1755070.

HSL color Cylindrical-coordinate representation of color #BEC71A: hue angle of 63.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC71A is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 26 -
CMYK 0.05 0 0.87 0.22
HSL 63.12º 0.77% 0.44% -
HSV(B) 63.12º 0.87% 0.78% -
XYZ 41.85 51.87 8.78 -
YUV 176.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 190 199 26 0.05 0 0.87 0.22 63.12 0.77 0.44
Hex BE C7 1A 5 0 57 16 3F 4D 2C
Octal 276 307 32 5 0 127 26 77 115 54
Binary 10111110 11000111 11010 101 0 1010111 10110 111111 1001101 101100

Color Harmonies of #BEC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC71A

Black with #BEC71A

Text Example


Text Example

White with #BEC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC71A; }

 p { color: rgb(190,199,26); }

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

background-color css

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

 a { background-color: rgb(190,199,26); }

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

border-color css

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

 span { border-color: rgb(190,199,26); }

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