Html Css Color HEX #BEC11C Rio Grande

📋 copy color: '#BEC11C'

red 190 ◦ green 193 ◦ blue 28

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

Shades of Rio Grande #BEC11C

Tints of Rio Grande #BEC11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 46.23%
G = 46.96%
B = 6.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#BEC11C (or 0xBEC11C) is known color: Rio Grande. HEX triplet: BE, C1 and 1C. RGB value is (190,193,28). Sum of RGB (Red+Green+Blue) = 190+193+28=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC11C is #413EE3. Grayscale: #ADADAD. Windows color (decimal): -4275940 or 1884606. OLE color: 1884606.

HSL color Cylindrical-coordinate representation of color #BEC11C: hue angle of 61.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC11C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 28 -
CMYK 0.02 0 0.85 0.24
HSL 61.09º 0.75% 0.43% -
HSV(B) 61.09º 0.85% 0.76% -
XYZ 40.51 49.17 8.45 -
YUV 173.29 46.01 139.92 -
System Red Green Blue C M Y K H S L
Decimal 190 193 28 0.02 0 0.85 0.24 61.09 0.75 0.43
Hex BE C1 1C 2 0 55 18 3D 4B 2B
Octal 276 301 34 2 0 125 30 75 113 53
Binary 10111110 11000001 11100 10 0 1010101 11000 111101 1001011 101011

Color Harmonies of #BEC11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC11C

Black with #BEC11C

Text Example


Text Example

White with #BEC11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC11C; }

 p { color: rgb(190,193,28); }

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

background-color css

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

 a { background-color: rgb(190,193,28); }

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

border-color css

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

 span { border-color: rgb(190,193,28); }

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