Html Css Color HEX #BEC41E Rio Grande

📋 copy color: '#BEC41E'

red 190 ◦ green 196 ◦ blue 30

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

Shades of Rio Grande #BEC41E

Tints of Rio Grande #BEC41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

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

R = 45.67%
G = 47.12%
B = 7.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#BEC41E (or 0xBEC41E) is known color: Rio Grande. HEX triplet: BE, C4 and 1E. RGB value is (190,196,30). Sum of RGB (Red+Green+Blue) = 190+196+30=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC41E is #413BE1. Grayscale: #AFAFAF. Windows color (decimal): -4275170 or 2016446. OLE color: 2016446.

HSL color Cylindrical-coordinate representation of color #BEC41E: hue angle of 62.17º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEC41E is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 30 -
CMYK 0.03 0 0.85 0.23
HSL 62.17º 0.73% 0.44% -
HSV(B) 62.17º 0.85% 0.77% -
XYZ 41.21 50.52 8.81 -
YUV 175.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 190 196 30 0.03 0 0.85 0.23 62.17 0.73 0.44
Hex BE C4 1E 3 0 55 17 3E 49 2C
Octal 276 304 36 3 0 125 27 76 111 54
Binary 10111110 11000100 11110 11 0 1010101 10111 111110 1001001 101100

Color Harmonies of #BEC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC41E

Black with #BEC41E

Text Example


Text Example

White with #BEC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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