Html Css Color HEX #BEC122 Rio Grande

📋 copy color: '#BEC122'

red 190 ◦ green 193 ◦ blue 34

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

Shades of Rio Grande #BEC122

Tints of Rio Grande #BEC122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

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

R = 45.56%
G = 46.28%
B = 8.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#BEC122 (or 0xBEC122) is known color: Rio Grande. HEX triplet: BE, C1 and 22. RGB value is (190,193,34). Sum of RGB (Red+Green+Blue) = 190+193+34=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC122 is #413EDD. Grayscale: #AEAEAE. Windows color (decimal): -4275934 or 2277822. OLE color: 2277822.

HSL color Cylindrical-coordinate representation of color #BEC122: hue angle of 61.13º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC122 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 34 -
CMYK 0.02 0 0.82 0.24
HSL 61.13º 0.7% 0.45% -
HSV(B) 61.13º 0.82% 0.76% -
XYZ 40.59 49.2 8.87 -
YUV 173.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 190 193 34 0.02 0 0.82 0.24 61.13 0.7 0.45
Hex BE C1 22 2 0 52 18 3D 46 2D
Octal 276 301 42 2 0 122 30 75 106 55
Binary 10111110 11000001 100010 10 0 1010010 11000 111101 1000110 101101

Color Harmonies of #BEC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC122

Black with #BEC122

Text Example


Text Example

White with #BEC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC122; }

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

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

background-color css

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

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

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

border-color css

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

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

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