Html Css Color HEX #BEC32A Rio Grande

📋 copy color: '#BEC32A'

red 190 ◦ green 195 ◦ blue 42

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

Shades of Rio Grande #BEC32A

Tints of Rio Grande #BEC32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 44.5%
G = 45.67%
B = 9.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BEC32A (or 0xBEC32A) is known color: Rio Grande. HEX triplet: BE, C3 and 2A. RGB value is (190,195,42). Sum of RGB (Red+Green+Blue) = 190+195+42=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC32A is #413CD5. Grayscale: #B0B0B0. Windows color (decimal): -4275414 or 2802622. OLE color: 2802622.

HSL color Cylindrical-coordinate representation of color #BEC32A: hue angle of 61.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC32A is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 42 -
CMYK 0.03 0 0.78 0.24
HSL 61.96º 0.65% 0.46% -
HSV(B) 61.96º 0.78% 0.76% -
XYZ 41.17 50.14 9.7 -
YUV 176.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 190 195 42 0.03 0 0.78 0.24 61.96 0.65 0.46
Hex BE C3 2A 3 0 4E 18 3E 41 2E
Octal 276 303 52 3 0 116 30 76 101 56
Binary 10111110 11000011 101010 11 0 1001110 11000 111110 1000001 101110

Color Harmonies of #BEC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC32A

Black with #BEC32A

Text Example


Text Example

White with #BEC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC32A; }

 p { color: rgb(190,195,42); }

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

background-color css

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

 a { background-color: rgb(190,195,42); }

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

border-color css

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

 span { border-color: rgb(190,195,42); }

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