Html Css Color HEX #BEC02E Rio Grande

📋 copy color: '#BEC02E'

red 190 ◦ green 192 ◦ blue 46

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

Shades of Rio Grande #BEC02E

Tints of Rio Grande #BEC02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.75%

R = 44.39%
G = 44.86%
B = 10.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEC02E (or 0xBEC02E) is known color: Rio Grande. HEX triplet: BE, C0 and 2E. RGB value is (190,192,46). Sum of RGB (Red+Green+Blue) = 190+192+46=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC02E is #413FD1. Grayscale: #AFAFAF. Windows color (decimal): -4276178 or 3063998. OLE color: 3063998.

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

Color convert

RGB 190 192 46 -
CMYK 0.01 0 0.76 0.25
HSL 60.82º 0.61% 0.47% -
HSV(B) 60.82º 0.76% 0.75% -
XYZ 40.58 48.84 9.87 -
YUV 174.76 55.34 138.87 -
System Red Green Blue C M Y K H S L
Decimal 190 192 46 0.01 0 0.76 0.25 60.82 0.61 0.47
Hex BE C0 2E 1 0 4C 19 3D 3D 2F
Octal 276 300 56 1 0 114 31 75 75 57
Binary 10111110 11000000 101110 1 0 1001100 11001 111101 111101 101111

Color Harmonies of #BEC02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC02E

Black with #BEC02E

Text Example


Text Example

White with #BEC02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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