Html Css Color HEX #BEC425 Rio Grande

📋 copy color: '#BEC425'

red 190 ◦ green 196 ◦ blue 37

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

Shades of Rio Grande #BEC425

Tints of Rio Grande #BEC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.34%

 BLUE value IS 37 (14.84% from 255) = 8.75%

R = 44.92%
G = 46.34%
B = 8.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BEC425 (or 0xBEC425) is known color: Rio Grande. HEX triplet: BE, C4 and 25. RGB value is (190,196,37). Sum of RGB (Red+Green+Blue) = 190+196+37=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC425 is #413BDA. Grayscale: #B0B0B0. Windows color (decimal): -4275163 or 2475198. OLE color: 2475198.

HSL color Cylindrical-coordinate representation of color #BEC425: hue angle of 62.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEC425 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 37 -
CMYK 0.03 0 0.81 0.23
HSL 62.26º 0.68% 0.46% -
HSV(B) 62.26º 0.81% 0.77% -
XYZ 41.31 50.56 9.33 -
YUV 176.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 190 196 37 0.03 0 0.81 0.23 62.26 0.68 0.46
Hex BE C4 25 3 0 51 17 3E 44 2E
Octal 276 304 45 3 0 121 27 76 104 56
Binary 10111110 11000100 100101 11 0 1010001 10111 111110 1000100 101110

Color Harmonies of #BEC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC425

Black with #BEC425

Text Example


Text Example

White with #BEC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC425; }

 p { color: rgb(190,196,37); }

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

background-color css

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

 a { background-color: rgb(190,196,37); }

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

border-color css

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

 span { border-color: rgb(190,196,37); }

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