Html Css Color HEX #BEC41C Rio Grande

📋 copy color: '#BEC41C'

red 190 ◦ green 196 ◦ blue 28

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

Shades of Rio Grande #BEC41C

Tints of Rio Grande #BEC41C

RGB

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

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

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

R = 45.89%
G = 47.34%
B = 6.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#BEC41C (or 0xBEC41C) is known color: Rio Grande. HEX triplet: BE, C4 and 1C. RGB value is (190,196,28). Sum of RGB (Red+Green+Blue) = 190+196+28=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC41C is #413BE3. Grayscale: #AFAFAF. Windows color (decimal): -4275172 or 1885374. OLE color: 1885374.

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

Color convert

RGB 190 196 28 -
CMYK 0.03 0 0.86 0.23
HSL 62.14º 0.75% 0.44% -
HSV(B) 62.14º 0.86% 0.77% -
XYZ 41.18 50.51 8.68 -
YUV 175.05 45.01 138.66 -
System Red Green Blue C M Y K H S L
Decimal 190 196 28 0.03 0 0.86 0.23 62.14 0.75 0.44
Hex BE C4 1C 3 0 56 17 3E 4B 2C
Octal 276 304 34 3 0 126 27 76 113 54
Binary 10111110 11000100 11100 11 0 1010110 10111 111110 1001011 101100

Color Harmonies of #BEC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC41C

Black with #BEC41C

Text Example


Text Example

White with #BEC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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