Html Css Color HEX #BEC01B Rio Grande

📋 copy color: '#BEC01B'

red 190 ◦ green 192 ◦ blue 27

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

Shades of Rio Grande #BEC01B

Tints of Rio Grande #BEC01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.94%

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

R = 46.45%
G = 46.94%
B = 6.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEC01B (or 0xBEC01B) is known color: Rio Grande. HEX triplet: BE, C0 and 1B. RGB value is (190,192,27). Sum of RGB (Red+Green+Blue) = 190+192+27=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC01B is #413FE4. Grayscale: #ADADAD. Windows color (decimal): -4276197 or 1818814. OLE color: 1818814.

HSL color Cylindrical-coordinate representation of color #BEC01B: hue angle of 60.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEC01B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 27 -
CMYK 0.01 0 0.86 0.25
HSL 60.73º 0.75% 0.43% -
HSV(B) 60.73º 0.86% 0.75% -
XYZ 40.28 48.73 8.32 -
YUV 172.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 190 192 27 0.01 0 0.86 0.25 60.73 0.75 0.43
Hex BE C0 1B 1 0 56 19 3D 4B 2B
Octal 276 300 33 1 0 126 31 75 113 53
Binary 10111110 11000000 11011 1 0 1010110 11001 111101 1001011 101011

Color Harmonies of #BEC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC01B

Black with #BEC01B

Text Example


Text Example

White with #BEC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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