Html Css Color HEX #BEC31B Rio Grande

📋 copy color: '#BEC31B'

red 190 ◦ green 195 ◦ blue 27

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

Shades of Rio Grande #BEC31B

Tints of Rio Grande #BEC31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 46.12%
G = 47.33%
B = 6.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#BEC31B (or 0xBEC31B) is known color: Rio Grande. HEX triplet: BE, C3 and 1B. RGB value is (190,195,27). Sum of RGB (Red+Green+Blue) = 190+195+27=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC31B is #413CE4. Grayscale: #AFAFAF. Windows color (decimal): -4275429 or 1819582. OLE color: 1819582.

HSL color Cylindrical-coordinate representation of color #BEC31B: hue angle of 61.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEC31B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 27 -
CMYK 0.03 0 0.86 0.24
HSL 61.79º 0.76% 0.44% -
HSV(B) 61.79º 0.86% 0.76% -
XYZ 40.95 50.06 8.54 -
YUV 174.35 44.84 139.16 -
System Red Green Blue C M Y K H S L
Decimal 190 195 27 0.03 0 0.86 0.24 61.79 0.76 0.44
Hex BE C3 1B 3 0 56 18 3E 4C 2C
Octal 276 303 33 3 0 126 30 76 114 54
Binary 10111110 11000011 11011 11 0 1010110 11000 111110 1001100 101100

Color Harmonies of #BEC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC31B

Black with #BEC31B

Text Example


Text Example

White with #BEC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC31B; }

 p { color: rgb(190,195,27); }

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

background-color css

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

 a { background-color: rgb(190,195,27); }

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

border-color css

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

 span { border-color: rgb(190,195,27); }

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