Html Css Color HEX #BEC325 Rio Grande

📋 copy color: '#BEC325'

red 190 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #BEC325

Tints of Rio Grande #BEC325

RGB

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

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

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

R = 45.02%
G = 46.21%
B = 8.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BEC325 (or 0xBEC325) is known color: Rio Grande. HEX triplet: BE, C3 and 25. RGB value is (190,195,37). Sum of RGB (Red+Green+Blue) = 190+195+37=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC325 is #413CDA. Grayscale: #B0B0B0. Windows color (decimal): -4275419 or 2474942. OLE color: 2474942.

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

Color convert

RGB 190 195 37 -
CMYK 0.03 0 0.81 0.24
HSL 61.9º 0.68% 0.45% -
HSV(B) 61.9º 0.81% 0.76% -
XYZ 41.08 50.11 9.26 -
YUV 175.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 190 195 37 0.03 0 0.81 0.24 61.9 0.68 0.45
Hex BE C3 25 3 0 51 18 3E 44 2D
Octal 276 303 45 3 0 121 30 76 104 55
Binary 10111110 11000011 100101 11 0 1010001 11000 111110 1000100 101101

Color Harmonies of #BEC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC325

Black with #BEC325

Text Example


Text Example

White with #BEC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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