Html Css Color HEX #BEC022 Rio Grande

📋 copy color: '#BEC022'

red 190 ◦ green 192 ◦ blue 34

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

Shades of Rio Grande #BEC022

Tints of Rio Grande #BEC022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 45.67%
G = 46.15%
B = 8.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEC022 (or 0xBEC022) is known color: Rio Grande. HEX triplet: BE, C0 and 22. RGB value is (190,192,34). Sum of RGB (Red+Green+Blue) = 190+192+34=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC022 is #413FDD. Grayscale: #AEAEAE. Windows color (decimal): -4276190 or 2277566. OLE color: 2277566.

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

Color convert

RGB 190 192 34 -
CMYK 0.01 0 0.82 0.25
HSL 60.76º 0.7% 0.44% -
HSV(B) 60.76º 0.82% 0.75% -
XYZ 40.37 48.76 8.8 -
YUV 173.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 190 192 34 0.01 0 0.82 0.25 60.76 0.7 0.44
Hex BE C0 22 1 0 52 19 3D 46 2C
Octal 276 300 42 1 0 122 31 75 106 54
Binary 10111110 11000000 100010 1 0 1010010 11001 111101 1000110 101100

Color Harmonies of #BEC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC022

Black with #BEC022

Text Example


Text Example

White with #BEC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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