Html Css Color HEX #BEC61B Rio Grande

📋 copy color: '#BEC61B'

red 190 ◦ green 198 ◦ blue 27

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

Shades of Rio Grande #BEC61B

Tints of Rio Grande #BEC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.71%

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

R = 45.78%
G = 47.71%
B = 6.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BEC61B (or 0xBEC61B) is known color: Rio Grande. HEX triplet: BE, C6 and 1B. RGB value is (190,198,27). Sum of RGB (Red+Green+Blue) = 190+198+27=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC61B is #4139E4. Grayscale: #B0B0B0. Windows color (decimal): -4274661 or 1820350. OLE color: 1820350.

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

Color convert

RGB 190 198 27 -
CMYK 0.04 0 0.86 0.22
HSL 62.81º 0.76% 0.44% -
HSV(B) 62.81º 0.86% 0.78% -
XYZ 41.63 51.41 8.77 -
YUV 176.11 43.85 137.9 -
System Red Green Blue C M Y K H S L
Decimal 190 198 27 0.04 0 0.86 0.22 62.81 0.76 0.44
Hex BE C6 1B 4 0 56 16 3F 4C 2C
Octal 276 306 33 4 0 126 26 77 114 54
Binary 10111110 11000110 11011 100 0 1010110 10110 111111 1001100 101100

Color Harmonies of #BEC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC61B

Black with #BEC61B

Text Example


Text Example

White with #BEC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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